Specifies the amount of vertical overlap a submenu will have over its parent first level horizontal menu. Default value is -4px.
[C#]
myMenu.OverlapVertical = 0;
[Visual Basic]
myMenu.OverlapVertical = New System.Web.UI.WebControls.Unit(0)
APNSoftMenu Class | APNSoft.WebControls Namespace