ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTToolBar Class / IsButtonVisible Method
The mark type.




In This Topic
    IsButtonVisible Method
    In This Topic
    Returns visible state of a button corresponding to a given mark type.
    Syntax
    'Declaration
     
    Public Function IsButtonVisible( _
       ByVal markType As ImGearARTMarkType _
    ) As Boolean
    'Usage
     
    Dim instance As ImGearARTToolBar
    Dim markType As ImGearARTMarkType
    Dim value As Boolean
     
    value = instance.IsButtonVisible(markType)
    public bool IsButtonVisible( 
       ImGearARTMarkType markType
    )
    public: bool IsButtonVisible( 
       ImGearARTMarkType markType
    ) 
    public:
    bool IsButtonVisible( 
       ImGearARTMarkType markType
    ) 

    Parameters

    markType
    The mark type.

    Return Value

    Boolean value.
    See Also