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
/
309X0503.TXT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-05-27
|
381 bÂ
|
15 lines
Private Sub UserControl_Initialize()
' When the control initializes, the button is
' not "lighted".
mbooButtonLighted = False
' Since UserControl's BackColor property will
' be changed if the control is "selected", its
' initial value must be stored in a temporary
' variable.
molcBackColor = UserControl.BackColor
End Sub