event ExpandShortcut (OldCount as Long, NewCount as Long)
Notifies your application that the user just expanded the shortcut bar.

 TypeDescription 
   OldCount as Long A long expression that indicates the count of expanded shortcuts before expanding the shortcut bar   
   NewCount as Long A long expression that indicates the count of expanded shortcuts after expanding the shortcut bar. The NewCount parameter is the same as ExpandShortcutCount property.  
The ExpandShortcut event notifies your application when the user resizes the control's shortcut bar. The ExpandShortcutCount property retrieves or sets a value that indicates the number of shortcuts being expanded. Use the  ExpandShortcutCount property to programmatically expand the shortcut bar. Use the ShortcutFromPoint property to retrieve the shortcut from the cursor.  Use the ShowShortcutBar property to show or hide the control's shortcut bar. Use the AllowResizeShortcutBar property to enable or disable resizing the shortcut bar. The Shortcut property indicates the HTML caption of the shortcut that displays the specified group. Groups with the same Shortcut property are displayed in the same shortcut.


Send comments on this topic.
© 1999-2008 Exontrol Inc, Software. All rights reserved.