Table of Contents [Hide/Show]
Basics Project Properties Procedure Attributes ActiveX Controls Life Cycle Control Properties Extender Object Ambient Object Property Persistence Method Code Sample Standard Events Custom Events Property Pages
Name
Top
Left
Visible
Extender
Ambient
PropertyChanged "property-name"
PropertyChanged
WriteProperties
PropertyBag.WriteProperty
ReadProperties
PropertyBag.ReadProperty
Property Let Active(x as Boolean) timMain.Enabled = x PropertyChanged "Active" End Property Private UserControl_WriteProperties(PropBag as PropertyBag) ' Repeat the following line for each property PropBag.WriteProperty "Active", timMain.Enabled, True End Sub Private UserControl_ReadProperties(PropBag as PropertyBag) ' Repeat the following line for each property Active = PropBag.ReadProperty("Active", True) End Sub
Event event-name([argument-list])
RaiseEvent event-name([argument-list])
ScrewTurn Wiki version 3.0.1.400. Some of the icons created by FamFamFam. Except where noted, all contents Copyright © 1999-2024, Patrick Jasinski.