Unicode Controls & Classes for VB6 - Version 4

ctlUniMenu.LeftBandSeparators Property

Gets or sets the ability to show a vertical line between the left band (contains icons) and the text

Syntax
Public Property Get LeftBandSeparators () As Boolean
Public Property Let LeftBandSeparators (ByRef b As Boolean)
Parameters
Parameter Description
ByRef b As Boolean True for showing the line, False otherwise
Remarks