WinForms

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

    Show / Hide Table of Contents

    Class ColorUIActionList

    Design the ColorUIControl property values into the ColorUIActionList class.

    Inheritance
    System.Object
    SyncActionListBase<ColorUIControl>
    ColorUIActionList
    Inherited Members
    SyncActionListBase<ColorUIControl>.GetProperty(String)
    SyncActionListBase<ColorUIControl>.SetValue(String, Object)
    SyncActionListBase<ColorUIControl>.GetValue(String)
    SyncActionListBase<ColorUIControl>.GetSortedActionItems()
    SyncActionListBase<ColorUIControl>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<ColorUIControl>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<ColorUIControl>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<ColorUIControl>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<ColorUIControl>.Control
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public class ColorUIActionList : SyncActionListBase<ColorUIControl>

    Constructors

    ColorUIActionList(IComponent)

    Initialize a new instance of the ColorUIActionList class.

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

    Represents component

    Properties

    BStyle

    Gets or sets the visual style.

    Declaration
    public BorderStyle BStyle { get; set; }
    Property Value
    Type Description
    System.Windows.Forms.BorderStyle

    The style.

    Name

    Gets or sets Name.

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

    Style

    Gets or sets the visual style.

    Declaration
    public ColorUIStyle Style { get; set; }
    Property Value
    Type Description
    ColorUIStyle

    The style.

    Text

    Gets or sets the Text

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

    Methods

    InitializeActionList()

    Overrridden InitializeActionList.

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.ColorUIControl>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved