The display label for the control.
[Visual Basic] Public Property Label As String _ Implements IDPLControl.Label [C#] public string Label { get; set; } [C++] public: __property String* get_Label(); public: __property void set_Label(String* ); [JScript] public function get Label() : String public function set Label(String);
AbstractControl Class | Portrate.Interview.View.Controls Namespace