Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / SystemStateEventArgs Class / Type Property


In This Topic
    Type Property (SystemStateEventArgs)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property Type As StateType
    'Usage
     
    
    Dim instance As SystemStateEventArgs
    Dim value As StateType
     
    value = instance.Type
    public override StateType Type {get;}
    See Also