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:
Property | Description | Version Introduced |
---|---|---|
AcceptFocus | Determines if the control accepts focus when clicked or tabbed into. | |
Animation | Indicates whether or not groups animate when the user selects between them. | |
AutoReposition | Enables or disables auto updating. | |
Behavior | The group presentation behavior. | |
Border | The control's border style. | |
BorderColors | Customizes the colors of an SRP ActiveX Control's border. | 3.1.0 |
GroupCaption | Text to appear in a group's header. | |
GroupCount | The number of groups in the shortcut bar control. | |
GroupEnabled | Enables or disables a group. | |
GroupExpandable | Allows the user to expand and contract a group. | |
GroupExpanded | Expands or contracts a group. | |
GroupFont | The font used to render group captions. | |
GroupImage | Image to appear in a group's header. | |
GroupItemCount | The number of items in a group. | |
GroupSelection | A group's selected items. | |
GroupSpecial | Indicates whether or not a group appears visually different for emphasis. | |
GroupToolTip | Text to appear when the mouse hovers over a group's header. | |
HotTrackStyle | The visual feedback when the mouse hovers over an item | |
ImageList | All the images used by the shortcut bar to render the shortcut items. | |
ItemBold | Indicates whether or not an item's caption is bold for emphasis. | |
ItemCaption | An item's textual label. | |
ItemEnabled | Enables or disables an item. | |
ItemFont | The font used to render item text. | |
ItemImage | Image to appear in an item. | |
ItemToolTip | Text to appear when the mouse hovers over an item. | |
ItemType | An item's type. | |
Layout | The layout of items within groups. | |
Margins | The space around and between groups. | |
ProgID | The control's ProgId/Class Name. | |
SelectBehavior | The selection behavior. | |
Selection | The current selection. | |
Theme | The control's visual style. | |
Version | The control's version info. |