Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ITextFrame Interface / CanEdit Property


In This Topic
CanEdit Property
In This Topic
Gets or sets a boolean value indicating whether the user can edit text of the shape.
Syntax
'Declaration
 
Property CanEdit As Nullable(Of Boolean)
 
'Usage
 
Dim instance As ITextFrame
Dim value As Nullable(Of Boolean)
 
instance.CanEdit = value
 
value = instance.CanEdit
See Also