ImageGear .NET - Updated
Control Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTRichText Class : Control Property
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

Reference

ImGearARTRichText Class
ImGearARTRichText Members
ImGearARTRichTextControl Class