WinForms

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

    Show / Hide Table of Contents

    Class ColorPickerUIActionList

    Represents a list of items used for the ColorPickerUIAdv.

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

    Constructors

    ColorPickerUIActionList(IComponent)

    Initialize a new instance of the ColorPickerUIActionList class.

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

    An instance of component.

    Properties

    Horizontal

    Gets or sets the HorizontalItemsSpacing.

    Declaration
    public int Horizontal { get; set; }
    Property Value
    Type Description
    System.Int32

    The style.

    Name

    Gets or sets the name.

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

    Office2007ColorScheme

    Gets or sets the Office2007 color scheme.

    Declaration
    public Office2007Theme Office2007ColorScheme { get; set; }
    Property Value
    Type Description
    Office2007Theme

    The Office2007 color scheme.

    Office2010ColorScheme

    Gets or sets the Office2010 color scheme.

    Declaration
    public Office2010Theme Office2010ColorScheme { get; set; }
    Property Value
    Type Description
    Office2010Theme

    The Office2010 color scheme.

    Style

    Gets or sets the visual style.

    Declaration
    public ColorPickerUIAdv.visualstyle Style { get; set; }
    Property Value
    Type Description
    ColorPickerUIAdv.visualstyle

    The style.

    Text

    Gets or sets the text.

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

    Vertical

    Gets or sets the VerticalItemsSpacing.

    Declaration
    public int Vertical { get; set; }
    Property Value
    Type Description
    System.Int32

    The style.

    Methods

    InitializeActionList()

    Overrridden InitializeActionList.

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