SpreadsheetGear 2012
IsMdiChild Property (WorkbookExplorer)






Syntax
'Declaration
 
<SRDescriptionAttribute("Determines whether the form is a child of a MDI container.")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRCategoryAttribute("Window Style")>
Public ReadOnly Property IsMdiChild As System.Boolean
'Usage
 
Dim instance As WorkbookExplorer
Dim value As System.Boolean
 
value = instance.IsMdiChild
[SRDescription("Determines whether the form is a child of a MDI container.")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRCategory("Window Style")]
public System.bool IsMdiChild {get;}
public read-only property IsMdiChild: System.Boolean; 
SRDescriptionAttribute("Determines whether the form is a child of a MDI container.")
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRCategoryAttribute("Window Style")
public function get IsMdiChild : System.boolean
[SRDescription("Determines whether the form is a child of a MDI container.")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRCategory("Window Style")]
public: __property System.bool get_IsMdiChild();
[SRDescription("Determines whether the form is a child of a MDI container.")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRCategory("Window Style")]
public:
property System.bool IsMdiChild {
   System.bool get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkbookExplorer Class
WorkbookExplorer Members

Send Feedback