Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / IsEditing Property


In This Topic
    IsEditing Property (IShape)
    In This Topic
    Gets or sets a boolean value indicating whether the shape is editing.
    Syntax
    'Declaration
     
    
    Property IsEditing As Boolean
    'Usage
     
    
    Dim instance As IShape
    Dim value As Boolean
     
    instance.IsEditing = value
     
    value = instance.IsEditing
    bool IsEditing {get; set;}
    See Also