Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IGroupShape Interface / IsEditing Property


In This Topic
    IsEditing Property (IGroupShape)
    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 IGroupShape
    Dim value As Boolean
     
    instance.IsEditing = value
     
    value = instance.IsEditing
    bool IsEditing {get; set;}
    See Also