Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GroupShape Class / IsEditingText Property


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