Class | Description | |
---|---|---|
![]() | BeforeCloseTabEventArgs | |
![]() | BeforeTabItemChangedEventArgs | |
![]() | MultiTabStripControl | |
![]() | NewTabClickedEventArgs | |
![]() | TabbedPanel | Inherits Panel class of System.Windows.Forms namespace. |
![]() | TabControlEx | Inherits Panel class of System.Windows.Forms namespace. Implements interfaces System.ComponentModel.ISupportInitialize, System.Runtime.Searialization.ISerializable. |
![]() | TabDrawManager | Provides the functionality that allows you to control look and feel of the tab items and tab strip control according to the current TabStripStyle. |
![]() | TabItem | Inherits Component class of System.ComponentModel.Component namespace. Implements interfaces System.ComponentModel.INotifyPropertyChanged, System.Runtime.Searialization.ISerializable. Represents a tab item displayed on the tabstrip. |
![]() | TabItemCollection | Inherits CollectionWithEvents class of the BCGSoft.Shared namespace |
![]() | TabItemCollectionCollectionEditor | |
![]() | TabStrip | Inherits Control class of the System.Windows.Forms namespace. Implements interface System.ComponentModel.ISupportInitialize. Provides a container for tab items and manages item. Member of this class allows to specify the location , look and feel of the tab items from it’s tab collection, docking and layout of the control. This class contains event handlers for mouse, scroll and other events, associated with tabstrip. |
![]() | TabStripCommandPanel | Inherits CommandPanel class the BCGSoft.Controls.Shared namespace. Provides a grouping mechanism for organizing tab strip buttons. Contains a collection of command buttons of the tab control which includes button for scrolling of the tab strip and close button. This class allows to get any button by its internal image and index, to insert and remove items, specify the existence of scrolling and close button. |
![]() | TrackTabItemEventArgs | Inherits EventArgs class the System namespace. Provides data for the TrackTabItem event. Property MousePosition gets the position of the mouse cursor, property TrackedTabItem specifies a captured tab item to drag, property TrackState indicates the current state of tracking control. |
Delegate | Description | |
---|---|---|
![]() | BeforeCloseTabItemEventHandler | |
![]() | BeforeTabItemChangedEventHandler | |
![]() | NewTabClickedEventHandler | |
![]() | TrackTabItemHandler | Represents the method that will handle the TrackTabItem event which occurs on the tab item is tracked. |
Enumeration | Description | |
---|---|---|
![]() | TabStripCommand | Tab strip internal command IDs. |
![]() | TabStripLayout | Defines the layout of tabitems on the tabstrip. |
![]() | TrackTabItemState | Specified the state of tabitem during the tracking. |