'Declaration
Public Function New( _ ByVal name As String, _ Optional ByVal isSelectedColor As Boolean _ )
'Usage
Dim name As String Dim isSelectedColor As Boolean Dim instance As New RibbonColorPicker(name, isSelectedColor)
public RibbonColorPicker( string name, bool isSelectedColor )
Parameters
- name
- The name of color picker
- isSelectedColor
- Specifies type of color will be returned via CommandParameter,
true
the color object; otherwise, the color index.