The Portrate Interview Engine

IDPLControl.Label Property

Sets/gets the label associated with this control

[Visual Basic]
Property Label As String
[C#]
string Label { get; set; }
[C++]
__property String* get_Label();
__property void set_Label(String* );
[JScript]
function get Label() : String
function set Label(String);

See Also

IDPLControl Interface | Portrate.Interview.Model Namespace