Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / CancelToolBarButton Class / CancelToolBarButton Constructor / CancelToolBarButton Constructor(String,styleType,Boolean,Boolean)

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

    Parameters

    toolTipText
    style
    visible
    enabled
    See Also