Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / IDrawingContext Interface / Stateless Property


In This Topic
Stateless Property (IDrawingContext)
In This Topic
Gets or sets a boolean value indicating whether the painting process ignores state of controls.
Syntax
'Declaration
 
Property Stateless As Boolean
 
'Usage
 
Dim instance As IDrawingContext
Dim value As Boolean
 
instance.Stateless = value
 
value = instance.Stateless
See Also