Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PaintTabStripButtonEventArgs Class / Graphics Property


In This Topic
Graphics Property (PaintTabStripButtonEventArgs)
In This Topic
Gets the graphics device that handles the tab button.
Syntax
'Declaration
 
Public ReadOnly Property Graphics As Graphics
 
'Usage
 
Dim instance As PaintTabStripButtonEventArgs
Dim value As Graphics
 
value = instance.Graphics
See Also