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


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