Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / UserStateEventArgs Class / LegacyStyles Property


In This Topic
    LegacyStyles Property
    In This Topic
    Gets or sets a value indicting whether the LegacyStyle is changed.
    Syntax
    'Declaration
     
    
    Public Property LegacyStyles As Boolean
    'Usage
     
    
    Dim instance As UserStateEventArgs
    Dim value As Boolean
     
    instance.LegacyStyles = value
     
    value = instance.LegacyStyles
    public bool LegacyStyles {get; set;}
    See Also