ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTRichTextControl Class
Members




In This Topic
    ImGearARTRichTextControl Class
    In This Topic
    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)>
    <DesignerAttribute("System.Windows.Forms.Design.RichTextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
    <SRDescriptionAttribute("DescriptionRichTextBox")>
    <DefaultEventAttribute("TextChanged")>
    <DefaultBindingPropertyAttribute("Text")>
    <DefaultPropertyAttribute("Text")>
    <DesignerSerializerAttribute("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
    <ToolboxItemFilterAttribute("System.Windows.Forms")>
    <DesignerCategoryAttribute("Component")>
    Public Class ImGearARTRichTextControl 
       Inherits System.Windows.Forms.RichTextBox
    'Usage
     
    Dim instance As ImGearARTRichTextControl
    [Docking(DockingBehavior.Ask)]
    [Designer("System.Windows.Forms.Design.RichTextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [SRDescription("DescriptionRichTextBox")]
    [DefaultEvent("TextChanged")]
    [DefaultBindingProperty("Text")]
    [DefaultProperty("Text")]
    [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [ToolboxItemFilter("System.Windows.Forms")]
    [DesignerCategory("Component")]
    public class ImGearARTRichTextControl : System.Windows.Forms.RichTextBox 
    [Docking(DockingBehavior.Ask)]
    [Designer("System.Windows.Forms.Design.RichTextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [SRDescription("DescriptionRichTextBox")]
    [DefaultEvent("TextChanged")]
    [DefaultBindingProperty("Text")]
    [DefaultProperty("Text")]
    [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [ToolboxItemFilter("System.Windows.Forms")]
    [DesignerCategory("Component")]
    public __gc class ImGearARTRichTextControl : public System.Windows.Forms.RichTextBox 
    [Docking(DockingBehavior.Ask)]
    [Designer("System.Windows.Forms.Design.RichTextBoxDesigner, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [SRDescription("DescriptionRichTextBox")]
    [DefaultEvent("TextChanged")]
    [DefaultBindingProperty("Text")]
    [DefaultProperty("Text")]
    [DesignerSerializer("System.Windows.Forms.Design.ControlCodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.ComponentModel.Design.Serialization.CodeDomSerializer, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    [ToolboxItemFilter("System.Windows.Forms")]
    [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