Spread Windows Forms 15.0
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
    bool Stateless {get; set;}
    See Also