JAMS Developer Guide
RecreatingHandle Property (SubmitMenu)


MVPSI.JAMS Namespace > SubmitMenu Class : RecreatingHandle Property
Syntax
'Declaration
 
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Determines if this control is in the process of recreating its handle.")>
Public ReadOnly Property RecreatingHandle As System.Boolean
'Usage
 
Dim instance As SubmitMenu
Dim value As System.Boolean
 
value = instance.RecreatingHandle
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[SRCategory("Behavior")]
[SRDescription("Determines if this control is in the process of recreating its handle.")]
public System.bool RecreatingHandle {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