Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / ShapeStateEventArgs Class / EditingState Property


In This Topic
    EditingState Property
    In This Topic
    Gets a boolean value indicating whether the shape is edited (from unedited) or vice versa.
    Syntax
    'Declaration
     
    
    Public Property EditingState As Boolean
    'Usage
     
    
    Dim instance As ShapeStateEventArgs
    Dim value As Boolean
     
    instance.EditingState = value
     
    value = instance.EditingState
    public bool EditingState {get; set;}
    See Also