ImageGear for .NET
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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback