Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GroupShape Class / Enabled Property


In This Topic
    Enabled Property (GroupShape)
    In This Topic
    Gets or sets a boolean value indicating whether the object is enabled.
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    'Usage
     
    
    Dim instance As GroupShape
    Dim value As Boolean
     
    instance.Enabled = value
     
    value = instance.Enabled
    public bool Enabled {get; set;}
    See Also