alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ButtonAdvActionList

    Design the ButtonAdv property values into the ButtonAdvActionList class.

    Inheritance
    System.Object
    SyncActionListBase<ButtonAdv>
    ButtonAdvActionList
    Inherited Members
    SyncActionListBase<ButtonAdv>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<ButtonAdv>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<ButtonAdv>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<ButtonAdv>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<ButtonAdv>.Control
    SyncActionListBase<ButtonAdv>.GetProperty(String)
    SyncActionListBase<ButtonAdv>.GetSortedActionItems()
    SyncActionListBase<ButtonAdv>.GetValue(String)
    SyncActionListBase<ButtonAdv>.SetValue(String, Object)
    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()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.ButtonAdv>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved