The SalQuickTabs type exposes the following members.

Properties

  NameDescription
Public propertyAlignment
Gets or sets the area of the control (for example, along the top) where the tabs are aligned.
Public propertyAppearance
Gets or sets the visual appearance of the control's tabs.
Public propertyCustomRender
Public propertyDrawMode
Returns/Sets the way the tab control is drawn.
Public propertyImageList
Returns/Sets the image list to use to display images on child tabs.
Public propertyItemSize
Reflects the tab�s size
Public propertyMultiline
Indicates if more than one row of tabs is allowed.
Public propertyNamedProperties
Returns the collection of named properties.
(Inherited from SalUserControl.)
Public propertyPageRectangle
Returns the display area of the tab pages.
Public propertyRightToLeftLayout
Indicates whether the layout of the control is right-to-left when the RightToLeft property is set to Yes.
Public propertySelectedIndex
Returns/Sets the currently selected tab.
Public propertySelectedTab
Returns/Sets the selected tab page.
Public propertySizeMode
Indicates how tabs sized.
Public propertyTabControl
Returns the wrapped tab control
Public propertyTabPages
Returns the collection of tab pages.
Public propertyTabSetup
Initial Tab pages collection. Each tab is defined using a string property formatted as: {Name=Name0;Label=Label0;Form=FormClass0}{...}
Public propertyUseVisualStyleBackColor
Returns/Sets a value that determines if the tab pages paints the background using visual styles, if supported.
Public propertyVisualStyleBackColor
Color that should be used if visual styles is enabled. Current implementation of the tab control will not paint transparency correct as the controls is not bound to the tab page itself but have the form window as parent.

See Also