'Declaration
<System.ComponentModel.DefaultValueAttribute()> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <System.ComponentModel.BrowsableAttribute(False)> Public Overridable Property AutoScrollOffset As System.Drawing.Point
'Usage
Dim instance As SubmitMenu Dim value As System.Drawing.Point instance.AutoScrollOffset = value value = instance.AutoScrollOffset
[System.ComponentModel.DefaultValue()] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [System.ComponentModel.Browsable(false)] public virtual System.Drawing.Point AutoScrollOffset {get; set;}