IsSupportedText Method (Shape)
In This Topic
Gets a boolean value indicates whether the shape support text.
Syntax
'Declaration
Public Overridable Function IsSupportedText() As Boolean
'Usage
Dim instance As Shape
Dim value As Boolean
value = instance.IsSupportedText()
public virtual bool IsSupportedText()
See Also