JAMS Developer Guide
Capture Property (SubmitMenu)


MVPSI.JAMS Namespace > SubmitMenu Class : Capture Property
Syntax
'Declaration
 
<SRCategoryAttribute("Focus")>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.BrowsableAttribute(False)>
<SRDescriptionAttribute("Determines if this control is currently capturing all mouse input.")>
Public Property Capture As System.Boolean
'Usage
 
Dim instance As SubmitMenu
Dim value As System.Boolean
 
instance.Capture = value
 
value = instance.Capture
[SRCategory("Focus")]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
[SRDescription("Determines if this control is currently capturing all mouse input.")]
public System.bool Capture {get; set;}
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