FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PaintTabStripButtonEventArgs Class / Pressed Property


In This Topic
Pressed Property (PaintTabStripButtonEventArgs)
In This Topic
Gets or sets whether the tab button is pressed.
Syntax
'Declaration
 
Public Property Pressed As Boolean
 
'Usage
 
Dim instance As PaintTabStripButtonEventArgs
Dim value As Boolean
 
instance.Pressed = value
 
value = instance.Pressed
See Also