JAMS Developer Guide
Focused Property (AgentCtl)


MVPSI.JAMS Namespace > AgentCtl Class : Focused Property
Syntax
'Declaration
 
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<System.ComponentModel.BrowsableAttribute(False)>
<SRDescriptionAttribute("Determines if this control has focus.")>
Public Overridable ReadOnly Property Focused As System.Boolean
'Usage
 
Dim instance As AgentCtl
Dim value As System.Boolean
 
value = instance.Focused
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[System.ComponentModel.Browsable(false)]
[SRDescription("Determines if this control has focus.")]
public virtual System.bool Focused {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

AgentCtl Class
AgentCtl Members