[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.WinForms.Ribbon.RibbonColorPicker.-ctor

RibbonColorPicker Constructor

RibbonColorPicker(string, bool)

Initializes a new instance of the RibbonColorPicker class.

Declaration
public RibbonColorPicker(string name, bool isSelectedColor = true)
Public Sub New(name As String, Optional isSelectedColor As Boolean = True)
Parameters
Type Name Description
string name

The name of color picker

bool isSelectedColor

Specifies type of color will be returned via CommandParameter, true the color object; otherwise, the color index.