class msilib.Control(dlg, name)
Base class of the dialog controls. dlg is the dialog object the control belongs to, and name is the control’s name.
-
event(event, argument, condition=1, ordering=None) -
Make an entry into the
ControlEventtable for this control.
-
mapping(event, attribute) -
Make an entry into the
EventMappingtable for this control.
-
condition(action, condition) -
Make an entry into the
ControlConditiontable for this control.
Please login to continue.