Class ButtonAdvActionList
Design the ButtonAdv property values into the ButtonAdvActionList class.
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class ButtonAdvActionList : SyncActionListBase<ButtonAdv>
Constructors
ButtonAdvActionList(IComponent)
Initializes a new instance of the ButtonAdvActionList class.
Declaration
public ButtonAdvActionList(IComponent component)
Parameters
| Type | Name | Description |
|---|---|---|
| System.ComponentModel.IComponent | component | The component associated with the designer action list. |
Properties
Appearance
Gets or sets the appearance style of the ButtonAdv.
Declaration
public ButtonAppearance Appearance { get; set; }
Property Value
| Type |
|---|
| ButtonAppearance |
ButtonType
Gets or sets the type of button used in the ButtonAdv.
Declaration
public ButtonTypes ButtonType { get; set; }
Property Value
| Type |
|---|
| ButtonTypes |
Image
Gets or sets the image displayed in the ButtonAdv control.
Declaration
public Image Image { get; set; }
Property Value
| Type |
|---|
| System.Drawing.Image |
ImageAlign
Gets or sets the alignment of the image displayed in the ButtonAdv control.
Declaration
public ContentAlignment ImageAlign { get; set; }
Property Value
| Type |
|---|
| System.Drawing.ContentAlignment |
KeepFocusRectangle
Gets or sets a value indicating whether the ButtonAdv shows a focus rectangle when receiving focus.
Declaration
public bool KeepFocusRectangle { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Name
Gets or sets the name used in code to identify the ButtonAdv control.
Declaration
public string Name { get; set; }
Property Value
| Type |
|---|
| System.String |
Text
Gets or sets the text displayed in the ButtonAdv control.
Declaration
public string Text { get; set; }
Property Value
| Type |
|---|
| System.String |
TextAlign
Gets or sets the alignment of the text displayed in the ButtonAdv control.
Declaration
public ContentAlignment TextAlign { get; set; }
Property Value
| Type |
|---|
| System.Drawing.ContentAlignment |
UseVisualStyle
Gets or sets a value indicating whether visual styles are enabled for the ButtonAdv.
Declaration
public bool UseVisualStyle { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Methods
InitializeActionList()
Initializes the designer action list with categorized properties for design-time support.
Declaration
protected override void InitializeActionList()