Selerix Developer Tools
ShowChildOnTheSamePage Property






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > Question Class : ShowChildOnTheSamePage Property
The show child on the same page
Syntax
'Declaration
 
<XmlAttributeAttribute()>
<DefaultValueAttribute()>
Public Property ShowChildOnTheSamePage As Boolean
'Usage
 
Dim instance As Question
Dim value As Boolean
 
instance.ShowChildOnTheSamePage = value
 
value = instance.ShowChildOnTheSamePage
[XmlAttribute()]
[DefaultValue()]
public bool ShowChildOnTheSamePage {get; set;}
public read-write property ShowChildOnTheSamePage: Boolean; 
XmlAttributeAttribute()
DefaultValueAttribute()
public function get,set ShowChildOnTheSamePage : boolean
[XmlAttribute()]
[DefaultValue()]
public: __property bool get_ShowChildOnTheSamePage();
public: __property void set_ShowChildOnTheSamePage( 
   bool value
);
[XmlAttribute()]
[DefaultValue()]
public:
property bool ShowChildOnTheSamePage {
   bool get();
   void set (    bool value);
}
See Also

Reference

Question Class
Question Members