Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ColorPickerStyle Enumeration


In This Topic
    ColorPickerStyle Enumeration
    In This Topic
    Specifies how the color picker cell renders.
    Syntax
    'Declaration
     
    
    Public Enum ColorPickerStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ColorPickerStyle
    public enum ColorPickerStyle : System.Enum 
    Members
    MemberDescription
    BoxedDisplays the color in a box in the client area
    BoxedWithTextDisplays the color in a box in the client area with text displayed alongside the box
    FillFills the entire client area with the color
    FillWithTextFills the entire client area with text overlay
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.CellType.ColorPickerStyle

    See Also