SpreadsheetGear.Windows.Forms Namespace > WorkbookDesigner Class : ParentForm Property |
'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 WorkbookDesigner 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(); }
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