OLE control properties are the primary means of interacting with OLE controls. Properties, much like OI control properties, describe the persistent attributes of the control, that is, attributes having some meaningful value for the entire life of the control. Like OI control properties, OLE control properties are manipulated using the Get_Property and Set_Property routines. The following properties apply to the SRP ShortcutBar Control:

PropertyDescriptionVersion Introduced
AcceptFocusDetermines if the control accepts focus when clicked or tabbed into. 
AnimationIndicates whether or not groups animate when the user selects between them. 
AutoRepositionEnables or disables auto updating. 
BehaviorThe group presentation behavior. 
BorderThe control's border style. 
BorderColorsCustomizes the colors of an SRP ActiveX Control's border.3.1.0
GroupCaptionText to appear in a group's header. 
GroupCountThe number of groups in the shortcut bar control. 
GroupEnabledEnables or disables a group. 
GroupExpandableAllows the user to expand and contract a group. 
GroupExpandedExpands or contracts a group. 
GroupFontThe font used to render group captions. 
GroupImageImage to appear in a group's header. 
GroupItemCountThe number of items in a group. 
GroupSelectionA group's selected items. 
GroupSpecialIndicates whether or not a group appears visually different for emphasis. 
GroupToolTipText to appear when the mouse hovers over a group's header. 
HotTrackStyleThe visual feedback when the mouse hovers over an item 
ImageListAll the images used by the shortcut bar to render the shortcut items. 
ItemBoldIndicates whether or not an item's caption is bold for emphasis. 
ItemCaptionAn item's textual label. 
ItemEnabledEnables or disables an item. 
ItemFontThe font used to render item text. 
ItemImageImage to appear in an item. 
ItemToolTipText to appear when the mouse hovers over an item. 
ItemTypeAn item's type. 
LayoutThe layout of items within groups. 
MarginsThe space around and between groups. 
ProgIDThe control's ProgId/Class Name. 
SelectBehaviorThe selection behavior. 
SelectionThe current selection. 
ThemeThe control's visual style. 
VersionThe control's version info. 
  • No labels