home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic 6 Unleashed…sional Reference Edition) / Visual_Basic_6_Unleashed_Professional_Reference_Edition_Sams_1999.iso / Source / CHAP05 / 309X0510.TXT < prev    next >
Encoding:
Text File  |  1998-05-27  |  458 b   |  20 lines

  1.  
  2. Public Enum lbModeTypes
  3.      [Text Only Mode] = 0
  4.      [Image Mode]
  5. End Enum
  6.  
  7. Public Enum lbBorderStyleTypes
  8.      None = 0
  9.      [Fixed Single]
  10. End Enum
  11.  
  12. Private mbooButtonLighted As Boolean
  13. Private mfonFont As StdFont
  14. Private mmodButtonMode As lbModeTypes
  15. Private molcBackColor As OLE_COLOR
  16. Private molcSelColor As OLE_COLOR
  17. Private mpicPicture As New StdPicture
  18. Private mpicSelPicture As New StdPicture
  19. Private mpoiCursorPos As POINTAPI
  20.