Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / IsEditing Property


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