Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ToolBarButton Class / ToolBarButton Constructor / ToolBarButton Constructor(Image,String,String,styleType,Boolean,Boolean,Image,Image)
The ToolBarButton image
The ToolBarButton name
The ToolBarButton tooltip text
The ToolBarButton style mode
The ToolBarButton visibility status
The ToolBarButton enabled status
The ToolBarButton bitmap for the down state (optional)
The ToolBarButton bitmap for the mouse hover state (optional)

In This Topic
    ToolBarButton Constructor(Image,String,String,styleType,Boolean,Boolean,Image,Image)
    In This Topic
    Standard 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, _
       ByVal downImage As Image, _
       ByVal hoverImage As Image _
    )
    public ToolBarButton( 
       Image buttonImage,
       string name,
       string toolTipText,
       ToolBarButton.styleType style,
       bool visible,
       bool enabled,
       Image downImage,
       Image hoverImage
    )

    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
    downImage
    The ToolBarButton bitmap for the down state (optional)
    hoverImage
    The ToolBarButton bitmap for the mouse hover state (optional)
    See Also