ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTToolBar Class / SetButtonVisible Method
The mark type.
Visible state of a button.




In This Topic
    SetButtonVisible Method
    In This Topic
    Sets visible state of a button corresponding to a given mark type.
    Syntax
    'Declaration
     
    Public Sub SetButtonVisible( _
       ByVal markType As ImGearARTMarkType, _
       ByVal visible As Boolean _
    ) 
    'Usage
     
    Dim instance As ImGearARTToolBar
    Dim markType As ImGearARTMarkType
    Dim visible As Boolean
     
    instance.SetButtonVisible(markType, visible)
    public void SetButtonVisible( 
       ImGearARTMarkType markType,
       bool visible
    )
    public: void SetButtonVisible( 
       ImGearARTMarkType markType,
       bool visible
    ) 
    public:
    void SetButtonVisible( 
       ImGearARTMarkType markType,
       bool visible
    ) 

    Parameters

    markType
    The mark type.
    visible
    Visible state of a button.
    See Also