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