FarPoint.Win.Spread
ColorPickerStyle Enumeration
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace : ColorPickerStyle Enumeration


Specifies how the color picker cell renders.

Syntax

Visual Basic (Declaration) 
Public Enum ColorPickerStyle 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ColorPickerStyle
C# 
public enum ColorPickerStyle : Enum 

Members

MemberDescription
Fill Fills the entire client area with the color
FillWithText Fills the entire client area with text overlay
Boxed Displays the color in a box in the client area
BoxedWithText Displays the color in a box in the client area with text displayed alongside the box

Inheritance Hierarchy

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

See Also