DefaultToolBarButton(ImageSource, String, String, styleType, Boolean, Boolean) Constructor

Public Sub New( _ 
ByVal buttonImage As ImageSource, _ 
ByVal name As String, _ 
ByVal toolTipText As String, _ 
ByVal style As styleType, _ 
ByVal visible As Boolean, _ 
ByVal enabled As Boolean
)
This language is not supported or no code example is available.
public DefaultToolBarButton( 
ImageSource buttonImage
string name
string toolTipText
styleType style
bool visible
bool enabled 
)
This language is not supported or no code example is available.

Parameters

buttonImage
ImageSource

name
string

toolTipText
string

style
styleType

visible
bool

enabled
bool

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition