Class ButtonAdvActionList
Inheritance
System.Object
ButtonAdvActionList
Assembly: Syncfusion.Shared.Base.dll
public class ButtonAdvActionList : SyncActionListBase<ButtonAdv>
Constructors
Declaration
public ButtonAdvActionList(IComponent component)
Parameters
Type |
Name |
Description |
System.ComponentModel.IComponent |
component |
|
Properties
Declaration
public ButtonAppearance Appearance { get; set; }
Property Value
Declaration
public ButtonTypes ButtonType { get; set; }
Property Value
Declaration
public Image Image { get; set; }
Property Value
Type |
System.Drawing.Image |
Declaration
public ContentAlignment ImageAlign { get; set; }
Property Value
Type |
System.Drawing.ContentAlignment |
Declaration
public bool KeepFocusRectangle { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Text
Declaration
public string Text { get; set; }
Property Value
TextAlign
Declaration
public ContentAlignment TextAlign { get; set; }
Property Value
Type |
System.Drawing.ContentAlignment |
Declaration
public bool UseVisualStyle { get; set; }
Property Value
Methods
Declaration
protected override void InitializeActionList()
Overrides
Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.ButtonAdv>.InitializeActionList()