Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / CanEditText Property


In This Topic
CanEditText Property (Shape)
In This Topic
Gets a boolean value indicating whether the user can edit text of the shape.
Syntax
'Declaration
 
Public Overridable ReadOnly Property CanEditText As Nullable(Of Boolean)
 
'Usage
 
Dim instance As Shape
Dim value As Nullable(Of Boolean)
 
value = instance.CanEditText
See Also