ImageGear .NET v24.12 - Updated
SetButtonVisible Method




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTToolBar Class : SetButtonVisible Method
The mark type.
Visible state of a button.
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

Reference

ImGearARTToolBar Class
ImGearARTToolBar Members
ImGearARTMarkType Enumeration