PPCC Namespace
The ColorTabStyle type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Align |
Gets or sets the alignment of the tab content
| |
| BackColor |
Gets or sets the unselected color tab back color
| |
| BackColorSelected |
Gets or sets the selected color tab back color
| |
| BorderColor |
Gets or sets the border color of the color tab control
| |
| EdgeStyle |
Gets or sets the edge style of the color tabs
| |
| Font |
Gets or sets the unselected tab font
| |
| FontSelected |
Gets or sets the selected tab font
| |
| ForeColor |
Gets or sets the unselected color tab fore color
| |
| ForeColorSelected |
Gets or sets the selected color tab fore color
| |
| GradientDirection |
Gets or sets color tab gradient direction
| |
| GradientEndColor |
Gets or sets the unselected color tab gradient end color
| |
| GradientEndColorSelected |
Gets or sets the selected color tab gradient end color
| |
| GradientStartColor |
Gets or sets the unselected color tab gradient start color
| |
| GradientStartColorSelected |
Gets or sets the selected color tab gradient start color
| |
| GradientStyle |
Gets or sets color tab gradient style
| |
| Height |
Gets or sets the height of the color tab strip
| |
| HotTrack |
Gets or sets wether to show focus on tab strip
| |
| LockScroll |
Gets or sets the lock scroll behavior of the color tabs
| |
| ShowBorder |
Shows or hides selected color tab borders
| |
| ShowBorderNonSelected |
Gets or sets whether borders are drawn around non-selected tabs
| |
| ShowGradient |
Shows or hides the gradient effect on the color tab strip
| |
| Spacing |
Gets or sets the spacing used between each of the tabs
| |
| TabStripBackColor |
Gets or sets the color of the tab strip canvas background
| |
| TabStripShowGradient |
Gets or sets wether to show gradient on tab strip
| |
| Width |
Gets or sets a fixed width for tabs. 0 = auto
|