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 Ribbon Control:
Property | Description | Version Introduced |
---|---|---|
AllowMinimize | Determines if the user is able to minimize the ribbon via the built-in context menu. | 3.2 |
AnimationEnabled | Determines if the hot states of elements are change instantly or smoothly over a short period of time. | 3.2 |
BackstageVisible | Determines if the backstage is visible. | 3.2 |
CheckBoxChecked | A given check box control's checked state. | 3.2 |
ComboList | A given combo box control's data. | 3.2 |
ComboSelPos | A given combo box control's selected index. | 3.2 |
ComboText | A given combo box control's current value. | 3.2 |
CommandCaption | A given command's caption. | 3.2 |
CommandEnabled | Determines if a given command is enabled. | 3.2 |
ControlVisible | Determines if a given control is visible. | 3.2 |
DateFieldValue | A given date field control's current value in OI's internal format. | 3.2 |
EditFieldHint | The grayed text to appear within a given edit field when it is empty. | 3.2 |
EditFieldText | A given edit field's text. | 3.2 |
FrameThemeEnabled | Determines if the ribbon is merged into the parent window. | 3.2 |
GroupVisible | Determines if a given group is visible. | 3.2 |
LabelText | A given label's text. | 4.0.3 |
MDISize | The size and location of the MDICLIENT control. | 4.2.2 |
Minimized | Determines if the ribbon is minimized. | 3.2 |
ProgID | The control's ProgId/Class Name. | 3.2 |
Redraw | Determines if the ribbon redraws when a property is set. | 3.2 |
SelectedTab | The currently active tab. | 3.2 |
SystemButtonIsTab | Determines if the ribbon application button is the first tab on the tab bar instead of a round button in the corner. | 3.2 |
SystemButtonCaption | The system button's caption which is only visible when the system button is a tab. | 3.2 |
TabVisible | Determines if a given tab is visible. | 3.2 |
Theme | The theme used to render the ribbon. | 3.2 |
Version | The control's version info. | 3.2 |