|
MCSD Guide to Developing Desktop Applications Using Microsoft Visual Basic 6.0: Advanced Topics (Mcse & Mcsd Series)
by Michael Ekedahl
See all pages
with references to "Property Let".
Excerpt - on Page 282: "
... developer writes code that reads or writes the property. You, as the author, implement Property procedures using the Property Get, Property Let, and Property Set statements. ... "
Key Phrases:
Property Pages, Internet Explorer, Private Sub, End Sub, Property Let, Property Get, constituent text box, selected control instance, vbd file, label control instance, developer resizes, other control instances
(see more)
|
|
Microsoft Visual Basic 6.0 Developer's Workshop
by John Clark Craig
See all pages
with references to "Property Let".
Excerpt - on Page 54: "
... Public Property Let SpellOption(Setting As CheckedState) 'Set the state of the Check Spelling check box frmSendMail.chkSpelling. ... "
Key Phrases:
Visual Basic, Private Sub, End Property, Property Let, Exit Sub, Private Declare Function, nondefault properties, int bitpos, jot application, new string functions, rich text box, standard mouse pointers
(see more)
|
|
VBScript: Programmer's Reference
by Susanne Clark
See all pages
with references to "Property Let".
Excerpt - on Page 47: "
... use of Public variables in a class and prefer instead to use a combination of a Private class-level variable and Property Let, Set and Get procedures (see Chapter 8). ... "
Key Phrases:
Visual Basic, Property Let, Internet Explorer, Windows Script Host, Property Get, Error Resume Next, implicit type coercion, remote scripting, retaining commit, altering the column, script components, string subtype
(see more)
|
|
Visual Basic6 in Plain English (In Plain English (IDG))
by Brian Overland
See all pages
with references to "Property Let".
Excerpt - on Page 116: "
... Finally, you can create array properties, because Property Let procedures (discussed in Chapter 8) can now return arrays. ... "
Key Phrases:
Visual Basic, Private Sub, Property Get, Property Let, End Property, End Function, scrollbar indicator, skipped arguments, brackets indicate optional items, initial property values, directory list box, drive list box
(see more)
|
|
| ||
| ||
| ||
| ||