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);
AbstractControl Class | Portrate.Interview.View.Controls Namespace