Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / GraphicFrame Class / IsSupportedText Method


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