Class: cListBar
Public Property Get HelpText() As StringDim ctl As vbalListBar If pbVerify(ctl) Then Rem old code: Caption = ctl.fBarHelpText(m_lPosition) HelpText = ctl.fBarHelpText(m_lPosition):Rem what line should be End IfEnd PropertyThis is line: 68 in cListBar.cls
|
Resolved as suggested. |