Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
| Options | Name | Purpose | |
|---|---|---|---|
| CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property |
||
| System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () |
Returns a List of all Components in the Form |
||
| OnLoad (EventArgs) |
Raises the Load event |
||
| OnVerbClicked (character) |
Event Handler method for Designer Verbs |
||
| ParentFormDestroyedHandler (Object, EventArgs) |
Event handler for the FormDestroyed event of the owning Form |
||
| SubscribeParentFormDestroyed () |
Subscribes the ParentFormDestroyed event |
||
| SubscribeUserControlEvents () |
Allows for custom event subscriptions during OnLoad() |
| Options | Name | Purpose | |
|---|---|---|---|
| SmartUserControl () |
Constructor of the SmartUserControl class. Set's the
DesignTime property using the LicenseManager. |
| Options | Name | Purpose | |
|---|---|---|---|
| CHARACTER DesignerVerbs |
|
||
| LOGICAL DesignTime |
|
||
| CHARACTER HiddenProperties |
|
||
| CHARACTER NonBrowsableProperties |
|
||
| LOGICAL ParentFormDestroyedSubscribed |
|
||
| LOGICAL UserControlEventsSubscribed |
|
|
Top
CreateVerbs ()
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
||||||||||||||||||||
OnLoad (EventArgs)
|
||||||||||||||||||||
OnVerbClicked (character)
|
||||||||||||||||||||
ParentFormDestroyedHandler (Object, EventArgs)
|
||||||||||||||||||||
SubscribeParentFormDestroyed ()
|
||||||||||||||||||||
SubscribeUserControlEvents ()
|
||||||||||||||||||||
SmartUserControl ()
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
CHARACTER DesignerVerbs
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
LOGICAL DesignTime
|
|||||||||
CHARACTER HiddenProperties
|
|||||||||
CHARACTER NonBrowsableProperties
|
|||||||||
LOGICAL ParentFormDestroyedSubscribed
|
|||||||||
LOGICAL UserControlEventsSubscribed
|
|||||||||