ImageGear PDF v25.1 - Updated
ImGearARTRichTextControl Class
Members 




ImageGear.Art Assembly > ImageGear.ART Namespace : ImGearARTRichTextControl Class
This class has been deprecated. Represents a control suitable for ART Rich Text processing and drawing.
Object Model
ImGearARTRichTextControl Class
Syntax
'Declaration
 
<DockingAttribute(DockingBehavior.Ask)>
<SRDescriptionAttribute("DescriptionRichTextBox")>
<DesignerAttribute("System.Windows.Forms.Design.RichTextBoxDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<DefaultEventAttribute("TextChanged")>
<DefaultBindingPropertyAttribute("Text")>
<DefaultPropertyAttribute("Text")>
<ToolboxItemFilterAttribute("System.Windows.Forms")>
<DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<DesignerCategoryAttribute("Component")>
Public Class ImGearARTRichTextControl 
   Inherits System.Windows.Forms.RichTextBox
'Usage
 
Dim instance As ImGearARTRichTextControl
[Docking(DockingBehavior.Ask)]
[SRDescription("DescriptionRichTextBox")]
[Designer("System.Windows.Forms.Design.RichTextBoxDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DefaultEvent("TextChanged")]
[DefaultBindingProperty("Text")]
[DefaultProperty("Text")]
[ToolboxItemFilter("System.Windows.Forms")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DesignerCategory("Component")]
public class ImGearARTRichTextControl : System.Windows.Forms.RichTextBox 
[Docking(DockingBehavior.Ask)]
[SRDescription("DescriptionRichTextBox")]
[Designer("System.Windows.Forms.Design.RichTextBoxDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DefaultEvent("TextChanged")]
[DefaultBindingProperty("Text")]
[DefaultProperty("Text")]
[ToolboxItemFilter("System.Windows.Forms")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DesignerCategory("Component")]
public __gc class ImGearARTRichTextControl : public System.Windows.Forms.RichTextBox 
[Docking(DockingBehavior.Ask)]
[SRDescription("DescriptionRichTextBox")]
[Designer("System.Windows.Forms.Design.RichTextBoxDesigner, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DefaultEvent("TextChanged")]
[DefaultBindingProperty("Text")]
[DefaultProperty("Text")]
[ToolboxItemFilter("System.Windows.Forms")]
[DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DesignerCategory("Component")]
public ref class ImGearARTRichTextControl : public System.Windows.Forms.RichTextBox 
Remarks
The ART Rich Text control is based on System.Windows.Forms.RichTextBox.

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

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.TextBoxBase
               System.Windows.Forms.RichTextBox
                  ImageGear.ART.ImGearARTRichTextControl

See Also

Reference

ImGearARTRichTextControl Members
ImageGear.ART Namespace