UnicodeRichTextBox.Text Property

Gets or sets the current text in the rich text box.

Namespace: Microsoft.WindowsServerSolutions.Controls
Assembly: AdminCommon (in AdminCommon.dll)

Usage

'Usage
Dim instance As UnicodeRichTextBox
Dim value As String

value = instance.Text

instance.Text = value

Syntax

'Declaration
Public Overrides Property Text As String
public override string Text { get; set; }
public:
virtual property String^ Text {
    String^ get () override;
    void set (String^ value) override;
}
/** @property */
public String get_Text ()

/** @property */
public void set_Text (String value)
public override function get Text () : String

public override function set Text (value : String)

Property Value

A System.String.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 7 x32, Windows 7 x64, Windows Server 2008 R2 x64, Windows Server 2012 x64, Windows Server 2012 R2 x64

Target Platforms

Windows Server 2012 R2 x64, Windows Server 2012 R2 Essentials, Windows Server 2012 Essentials

See Also

Reference

UnicodeRichTextBox Class
UnicodeRichTextBox Members
Microsoft.WindowsServerSolutions.Controls Namespace

Copyright © 2013 by Microsoft Corporation. All rights reserved.