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 Tab Control:

PropertyDescriptionVersion Introduced
AllowXPThemeEstablishes whether or not the tab should be draw using the current XP Visual Style. 
CaptionListConvenient way to set all tabs' captions at once. 
CloseButtonColorsThe colors used to render the close buttons at various states.4.0.3
CloseButtonsEstablishes whether or not close buttons appear on each tab.4.0.3
CustomPaneColorThe custom color of the tab pane when there are no tabs. 
FillParentBackgroundUses the CustomPaneColor to render the parent form's entire background. 
FlickerFreeEstablishes whether or not the tab background is drawn flicker free. 
FocusOnClickDetermines if the control receives focus when clicked. 
FontThe font used to render the tabs' captions. 
HeightEstablishes the "true" height of the tab control. 
MultiLinedEstablishes whether tabs are multilined or singlelined. 
ProgIDThe control's ProgId/Class Name. 
SelectFontThe font used to render only the selected tab's caption. 
SelectedTabThe index of the currently selected tab. 
ShowFocusEstablishes whether or not a focus rectangle appears when the tab control has focus. 
TabCaptionA tab's caption. 
TabColorsA tab's custom colors. 
TabCountThe number of tabs in the control. 
TabEnabledA tab's enabled state. 
TabImageA tab's image. 
TabImageEffectsConditions to determine which special effect to apply to a tab's image.3.0.7
TabTransparentColorThe color not to be drawn in a tab's image. 
TabVisibleA tab's visibility. 
TopMostEstablishes the top most tab control on a form. 
VersionThe control's version info. 
WidthEstablishes the "true" width of the tab control.4.1.15
  • No labels