Class ButtonEditActionList
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class ButtonEditActionList : SyncActionListBase<ButtonEdit>
Constructors
ButtonEditActionList(IComponent)
Declaration
public ButtonEditActionList(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.IComponent | component |
Properties
Buttons
Gets or sets the buttons.
Declaration
public ButtonEdit.ButtonEditChildButtonCollection Buttons { get; set; }
Property Value
Type | Description |
---|---|
ButtonEdit.ButtonEditChildButtonCollection | The buttons. |
ButtonStyle
Gets or sets the button style.
Declaration
public ButtonAppearance ButtonStyle { get; set; }
Property Value
Type | Description |
---|---|
ButtonAppearance | The button style. |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
ShowTextBox
Gets or sets a value indicating whether to show text box.
Declaration
public bool ShowTextBox { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
UseVisualStyle
Gets or sets a value indicating whether to use visual style.
Declaration
public bool UseVisualStyle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
InitializeActionList()
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.ButtonEdit>.InitializeActionList()