Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ConnectionShape Class / IsSupportedText Method


In This Topic
IsSupportedText Method (ConnectionShape)
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 ConnectionShape
Dim value As Boolean
 
value = instance.IsSupportedText()
See Also