The Portrate Interview Engine

IDisplayable.DisplayRule Property

Set the display rule for this element

[Visual Basic]
Property WriteOnly DisplayRule As ILogicalRule
[C#]
ILogicalRule DisplayRule { set; }
[C++]
__property void set_DisplayRule(ILogicalRule* );
[JScript]
function set DisplayRule(ILogicalRule);

See Also

IDisplayable Interface | Portrate.Interview.Model Namespace