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