'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 SubmitMenu 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;}