JAMS Developer Guide
AutoScroll Property (AgentCtl)


MVPSI.JAMS Namespace > AgentCtl Class : AutoScroll Property
Syntax
'Declaration
 
<SRCategoryAttribute("Layout")>
<System.ComponentModel.LocalizableAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<SRDescriptionAttribute("Indicates whether scroll bars automatically appear when the control contents are larger than its visible area.")>
Public Overridable Property AutoScroll As System.Boolean
'Usage
 
Dim instance As AgentCtl
Dim value As System.Boolean
 
instance.AutoScroll = value
 
value = instance.AutoScroll
[SRCategory("Layout")]
[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue()]
[SRDescription("Indicates whether scroll bars automatically appear when the control contents are larger than its visible area.")]
public virtual System.bool AutoScroll {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