menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ButtonAdvActionList - WindowsForms API Reference | Syncfusion

    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)

    Declaration
    public ButtonAdvActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Properties

    Appearance

    Declaration
    public ButtonAppearance Appearance { get; set; }
    Property Value
    Type
    ButtonAppearance

    ButtonType

    Declaration
    public ButtonTypes ButtonType { get; set; }
    Property Value
    Type
    ButtonTypes

    Image

    Declaration
    public Image Image { get; set; }
    Property Value
    Type
    System.Drawing.Image

    ImageAlign

    Declaration
    public ContentAlignment ImageAlign { get; set; }
    Property Value
    Type
    System.Drawing.ContentAlignment

    KeepFocusRectangle

    Declaration
    public bool KeepFocusRectangle { get; set; }
    Property Value
    Type
    System.Boolean

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    Text

    Declaration
    public string Text { get; set; }
    Property Value
    Type
    System.String

    TextAlign

    Declaration
    public ContentAlignment TextAlign { get; set; }
    Property Value
    Type
    System.Drawing.ContentAlignment

    UseVisualStyle

    Declaration
    public bool UseVisualStyle { get; set; }
    Property Value
    Type
    System.Boolean

    Methods

    InitializeActionList()

    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