Unicode Controls & Classes for VB6 - Version 4

ctlUniMenu.LeftBand Property

Gets or sets the ability to show a left band in an alternate color

Syntax
Public Property Get LeftBand () As Boolean
Public Property Let LeftBand (ByRef b As Boolean)
Parameters
Parameter Description
ByRef b As Boolean True for the left band, False otherwise
Remarks