Gets the unique, hierarchically qualified identifier for the editor control.

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public override string UniqueID { get; }
Visual Basic
Public Overrides ReadOnly Property UniqueID As String
	Get
Visual C++
public:
virtual property String^ UniqueID {
	String^ get () override;
}

See Also