[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

String value indicating the id of a TimeSelector control.

Namespace:  MKB.TimePicker
Assembly:  TimePicker (in TimePicker.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public string ControlToValidate { get; set; }
Public Property ControlToValidate As String
public:
property String^ ControlToValidate {
	String^ get ();
	void set (String^ value);
}

See Also