Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GroupShape Class / IsSupportedText Method


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