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


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