Class TabControlActionList
Inheritance
System.Object
TabControlActionList
Assembly: Syncfusion.Tools.Windows.dll
public class TabControlActionList : SyncActionListBase<TabControlAdv>
Constructors
Declaration
public TabControlActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
Declaration
public Color ActiveTabColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Declaration
public TabAlignment Alignment { get; set; }
Property Value
Type |
System.Windows.Forms.TabAlignment |
Declaration
public DockStyle Dock { get; set; }
Property Value
Type |
System.Windows.Forms.DockStyle |
Declaration
public bool HotTrack { get; set; }
Property Value
Declaration
public RelativeImageAlignment ImageAlignmentR { get; set; }
Property Value
Declaration
public ImageList ImageList { get; set; }
Property Value
Type |
System.Windows.Forms.ImageList |
Declaration
public Color InactiveTabColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Declaration
public bool LabelEdit { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
RotateTextWhenVertical
Declaration
public bool RotateTextWhenVertical { get; set; }
Property Value
Declaration
public bool ShowScroll { get; set; }
Property Value
TabPages
Declaration
public TabPageAdvCollection TabPages { get; set; }
Property Value
Declaration
public Color TabPanelBackColor { get; set; }
Property Value
Type |
System.Drawing.Color |
Declaration
public TabControlActionList.TabStyles TabStyle { get; set; }
Property Value
Declaration
public bool ThemesEnabled { get; set; }
Property Value
Methods
Declaration
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.TabControlAdv>.InitializeActionList()
Notifies the IComponentChangeService that this component has been changed.
Declaration
protected void RaiseComponentChanged(MemberDescriptor member, object oldValue, object newValue)
Parameters
Type |
Name |
Description |
System.ComponentModel.MemberDescriptor |
member |
A MemberDescriptor that indicates the member that has been changed.
|
System.Object |
oldValue |
The old value of the member.
|
System.Object |
newValue |
The new value of the member.
|
Declaration