Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ToolbarButton Class / ToolbarButton Constructor
The title.
The image source.


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

    Parameters

    title
    The title.
    imageSource
    The image source.
    See Also