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
/
309X0514.TXT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-05-27
|
257 bÂ
|
15 lines
Public Property Get Enabled() As Boolean
Enabled = UserControl.Enabled
End Property
Public Property Let Enabled(ByVal NewValue As Boolean)
UserControl.Enabled = NewValue
UserControl.PropertyChanged "Enabled"
End Property