Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Drawing Namespace / GdiPlusDrawingContext Class / Stateless Property


In This Topic
    Stateless Property (GdiPlusDrawingContext)
    In This Topic
    Gets or sets a boolean value indicating whether the painting process ignores state of controls.
    Syntax
    'Declaration
     
    
    Public Property Stateless As Boolean
    'Usage
     
    
    Dim instance As GdiPlusDrawingContext
    Dim value As Boolean
     
    instance.Stateless = value
     
    value = instance.Stateless
    public bool Stateless {get; set;}
    See Also