ArcFM Solution Developer Guide
AutoScroll Property (AUBrowserControl)


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 AUBrowserControl
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 XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

AUBrowserControl Class
AUBrowserControl Members

 

 


Send Comment