'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.