JAMS Developer Guide
IsAccessible Property (AgentCtl)


MVPSI.JAMS Namespace > AgentCtl Class : IsAccessible Property
Syntax
'Declaration
 
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<SRCategoryAttribute("Behavior")>
<SRDescriptionAttribute("Indicates whether the control is visible to accessibility applications.")>
Public Property IsAccessible As System.Boolean
'Usage
 
Dim instance As AgentCtl
Dim value As System.Boolean
 
instance.IsAccessible = value
 
value = instance.IsAccessible
[System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[SRCategory("Behavior")]
[SRDescription("Indicates whether the control is visible to accessibility applications.")]
public System.bool IsAccessible {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

AgentCtl Class
AgentCtl Members