Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ToolBarButton Class / ToolBarButton Constructor / ToolBarButton Constructor(Image,String,String,styleType,Boolean,Boolean)
The ToolBarButton image
The ToolBarButton name
The ToolBarButton tooltip text
The ToolBarButton style mode
The ToolBarButton visibility status
The ToolBarButton enabled status

In This Topic
    ToolBarButton Constructor(Image,String,String,styleType,Boolean,Boolean)
    In This Topic
    Constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal buttonImage As Image, _
       ByVal name As String, _
       ByVal toolTipText As String, _
       ByVal style As ToolBarButton.styleType, _
       ByVal visible As Boolean, _
       ByVal enabled As Boolean _
    )
    public ToolBarButton( 
       Image buttonImage,
       string name,
       string toolTipText,
       ToolBarButton.styleType style,
       bool visible,
       bool enabled
    )

    Parameters

    buttonImage
    The ToolBarButton image
    name
    The ToolBarButton name
    toolTipText
    The ToolBarButton tooltip text
    style
    The ToolBarButton style mode
    visible
    The ToolBarButton visibility status
    enabled
    The ToolBarButton enabled status
    See Also