The Portrate Interview Engine

AbstractControl.Attributes Property

Returns the configured display attributes for this control. These attributes are read from the configuration of this control.

[Visual Basic]
Public Property ReadOnly Attributes As Hashtable _
    Implements IDPLControl.Attributes
[C#]
public Hashtable Attributes { get; }
[C++]
public: __property Hashtable* get_Attributes();
[JScript]
public function get Attributes() : Hashtable

Implements

IDPLControl.Attributes

See Also

AbstractControl Class | Portrate.Interview.View.Controls Namespace