Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon Namespace / RibbonColorPicker Class / RibbonColorPicker Constructor


In This Topic
    RibbonColorPicker Constructor
    In This Topic
    Initializes a new instance of the RibbonColorPicker class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal name As String _
    )
    'Usage
     
    
    Dim name As String
     
    Dim instance As New RibbonColorPicker(name)
    public RibbonColorPicker( 
       string name
    )

    Parameters

    name
    See Also