JAMS Developer Guide
ParentForm Property (SubmitMenu)


MVPSI.JAMS Namespace > SubmitMenu Class : ParentForm Property
Syntax
'Declaration
 
<System.ComponentModel.BrowsableAttribute(False)>
<SRCategoryAttribute("Appearance")>
<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 SubmitMenu
Dim value As System.Windows.Forms.Form
 
value = instance.ParentForm
[System.ComponentModel.Browsable(false)]
[SRCategory("Appearance")]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[SRDescription("The parent form of this container control.")]
public System.Windows.Forms.Form ParentForm {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

SubmitMenu Class
SubmitMenu Members