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:

PropertyDescriptionVersion Introduced
AllowMinimizeDetermines if the user is able to minimize the ribbon via the built-in context menu.3.2
AnimationEnabledDetermines if the hot states of elements are change instantly or smoothly over a short period of time.3.2
BackstageVisibleDetermines if the backstage is visible.3.2
CheckBoxCheckedA given check box control's checked state.3.2
ComboListA given combo box control's data.3.2
ComboSelPosA given combo box control's selected index.3.2
ComboTextA given combo box control's current value.3.2
CommandCaptionA given command's caption.3.2
CommandEnabledDetermines if a given command is enabled.3.2
ControlVisibleDetermines if a given control is visible.3.2
DateFieldValueA given date field control's current value in OI's internal format.3.2
EditFieldHintThe grayed text to appear within a given edit field when it is empty.3.2
EditFieldTextA given edit field's text.3.2
FrameThemeEnabledDetermines if the ribbon is merged into the parent window.3.2
GroupVisibleDetermines if a given group is visible.3.2
LabelTextA given label's text.4.0.3
MDISizeThe size and location of the MDICLIENT control.4.2.2
MinimizedDetermines if the ribbon is minimized.3.2
ProgIDThe control's ProgId/Class Name.3.2
RedrawDetermines if the ribbon redraws when a property is set.3.2
SelectedTabThe currently active tab.3.2
SystemButtonIsTabDetermines if the ribbon application button is the first tab on the tab bar instead of a round button in the corner.3.2
SystemButtonCaptionThe system button's caption which is only visible when the system button is a tab.3.2
TabVisibleDetermines if a given tab is visible.3.2
ThemeThe theme used to render the ribbon.3.2
VersionThe control's version info.3.2
  • No labels