[This is preliminary documentation and is subject to change.]

Gets or sets prefix associated with control

Namespace: Tools.ComponentModelT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public string Prefix { get; set; }
Visual Basic
Public Property Prefix As String
	Get
	Set
Visual C++
public:
property String^ Prefix {
	String^ get ();
	void set (String^ value);
}
F#
member Prefix : string with get, set
JScript
function get Prefix () : String
function set Prefix (value : String)

See Also