Unicode Controls & Classes for VB6 - Version 4

ctlUniStatusBar.PanelAlign Property

Gets or sets the alignment of the panel content

Syntax
Public Property Get PanelAlign (ByRef vKey As Variant) As eUniLabel_TextAlign
Public Property Let PanelAlign (ByRef vKey As Variant, _
ByRef iAlign As eUniLabel_TextAlign)
Parameters
Parameter Description
ByRef vKey As Variant A string key or a numeric index indentifying a panel
ByRef iAlign As eUniLabel_TextAlign The type of alignment
Remarks