SpreadsheetGear 2012
ParentForm Property (ShapeExplorer)






Syntax
'Declaration
 
<SRCategoryAttribute("Appearance")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<SRDescriptionAttribute("The parent form of this container control.")>
Public ReadOnly Property ParentForm As System.Windows.Forms.Form
'Usage
 
Dim instance As ShapeExplorer
Dim value As System.Windows.Forms.Form
 
value = instance.ParentForm
[SRCategory("Appearance")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The parent form of this container control.")]
public System.Windows.Forms.Form ParentForm {get;}
public read-only property ParentForm: System.Windows.Forms.Form; 
SRCategoryAttribute("Appearance")
System.ComponentModel.BrowsableAttribute()
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)
SRDescriptionAttribute("The parent form of this container control.")
public function get ParentForm : System.Windows.Forms.Form
[SRCategory("Appearance")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The parent form of this container control.")]
public: __property System.Windows.Forms.Form* get_ParentForm();
[SRCategory("Appearance")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The parent form of this container control.")]
public:
property System.Windows.Forms.Form^ ParentForm {
   System.Windows.Forms.Form^ 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

ShapeExplorer Class
ShapeExplorer Members

Send Feedback