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

In This Topic
    PanToolBarButton 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 PanToolBarButton( 
       string toolTipText,
       ToolBarButton.styleType style,
       bool visible,
       bool enabled
    )

    Parameters

    toolTipText
    style
    visible
    enabled
    See Also