SpreadsheetGear.Windows.Forms Namespace > WorkbookExplorer Class : Owner Property |
'Declaration
<System.ComponentModel.BrowsableAttribute(False)> <SRCategoryAttribute("Window Style")> <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> <SRDescriptionAttribute("The owner of this form.")> Public Property Owner As System.Windows.Forms.Form
'Usage
Dim instance As WorkbookExplorer Dim value As System.Windows.Forms.Form instance.Owner = value value = instance.Owner
[System.ComponentModel.Browsable(false)] [SRCategory("Window Style")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("The owner of this form.")] public System.Windows.Forms.Form Owner {get; set;}
public read-write property Owner: System.Windows.Forms.Form;
System.ComponentModel.BrowsableAttribute() SRCategoryAttribute("Window Style") System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden) SRDescriptionAttribute("The owner of this form.") public function get,set Owner : System.Windows.Forms.Form
[System.ComponentModel.Browsable(false)] [SRCategory("Window Style")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("The owner of this form.")] public: __property System.Windows.Forms.Form* get_Owner(); public: __property void set_Owner( System.Windows.Forms.Form* value );
[System.ComponentModel.Browsable(false)] [SRCategory("Window Style")] [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)] [SRDescription("The owner of this form.")] public: property System.Windows.Forms.Form^ Owner { System.Windows.Forms.Form^ get(); void set ( System.Windows.Forms.Form^ value); }
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