ImageGear .NET v24.12 - Updated
IsButtonVisible Method




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTToolBar Class : IsButtonVisible Method
The mark type.
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

Reference

ImGearARTToolBar Class
ImGearARTToolBar Members
ImGearARTMarkType Enumeration