Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GroupShape Class / CanEditText Property


In This Topic
    CanEditText Property (GroupShape)
    In This Topic
    Gets a boolean value indicating whether the user can edit text of the shape.
    Syntax
    'Declaration
     
    
    Public Overrides NotOverridable ReadOnly Property CanEditText As Nullable(Of Boolean)
    'Usage
     
    
    Dim instance As GroupShape
    Dim value As Nullable(Of Boolean)
     
    value = instance.CanEditText
    public override Nullable<bool> CanEditText {get;}
    See Also