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