ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTRichText Class / Control Property




In This Topic
    Control Property
    In This Topic
    This property has been deprecated. Gets the ART Rich Text control based on System.Windows.Forms.RichTextBox suitable for ART processing and drawing.
    Syntax
    'Declaration
     
    Public ReadOnly Property Control As ImGearARTRichTextControl
    'Usage
     
    Dim instance As ImGearARTRichText
    Dim value As ImGearARTRichTextControl
     
    value = instance.Control
    public ImGearARTRichTextControl Control {get;}
    public: __property ImGearARTRichTextControl* get_Control();
    public:
    property ImGearARTRichTextControl^ Control {
       ImGearARTRichTextControl^ get();
    }

    Property Value

    ImGearARTRichTextControl class object.
    Remarks

    The Control property is deprecated and will be removed from the public API in the next release. Please use Rtf property instead.

    See Also