The Portrate Interview Engine

AbstractControl.DefaultValue Property

Gets/sets the current data value for this control

[Visual Basic]
Public Property DefaultValue As String _
    Implements IDPLControl.DefaultValue
[C#]
public string DefaultValue { get; set; }
[C++]
public: __property String* get_DefaultValue();
public: __property void set_DefaultValue(String* );
[JScript]
public function get DefaultValue() : String
public function set DefaultValue(String);

Implements

IDPLControl.DefaultValue

See Also

AbstractControl Class | Portrate.Interview.View.Controls Namespace