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

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

Parameters

buttonImage
ImageSource

The ToolBarButton image

name
string

The ToolBarButton name

toolTipText
string

The ToolBarButton tooltip text

style
styleType

The ToolBarButton style mode

visible
bool

The ToolBarButton visibility status

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition