The Portrate Interview Engine

AbstractControl.DisplayRule Property

Set the display rule for this element

[Visual Basic]
Public Property WriteOnly DisplayRule As ILogicalRule _
    Implements IDisplayable.DisplayRule
[C#]
public ILogicalRule DisplayRule { set; }
[C++]
public: __property void set_DisplayRule(ILogicalRule* );
[JScript]
public function set DisplayRule(ILogicalRule);

Implements

IDisplayable.DisplayRule

See Also

AbstractControl Class | Portrate.Interview.View.Controls Namespace