Gets or sets the TextBox ClientID used internally.

Namespace: MonoSoftware.MonoX.Controls
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
protected string TextBoxClientID { get; }
Visual Basic
Protected ReadOnly Property TextBoxClientID As String
	Get
Visual C++
protected:
property String^ TextBoxClientID {
	String^ get ();
}
F#
member TextBoxClientID : string with get

Property Value

Type: String

See Also