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
 
<ObsoleteAttribute("This property's type depends on System.Windows.Forms and will be removed from the public API in a future release. Use Rtf property instead.")>
Public ReadOnly Property Control As ImGearARTRichTextControl
'Usage
 
Dim instance As ImGearARTRichText
Dim value As ImGearARTRichTextControl
 
value = instance.Control
[Obsolete("This property's type depends on System.Windows.Forms and will be removed from the public API in a future release. Use Rtf property instead.")]
public ImGearARTRichTextControl Control {get;}
[Obsolete("This property's type depends on System.Windows.Forms and will be removed from the public API in a future release. Use Rtf property instead.")]
public: __property ImGearARTRichTextControl* get_Control();
[Obsolete("This property's type depends on System.Windows.Forms and will be removed from the public API in a future release. Use Rtf property instead.")]
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