HelpText Property of a Bar Sets the Caption Property

Summary

Id: 3911.5
Type: Bug Bug
Current Status: Resolved

Detail

3 Mar 2003 Open Simon Horton

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 Property

This is line: 68 in cListBar.cls

28 Jul 2003 Resolved Steve McMahon

Resolved as suggested.