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
PROTECTED CreateVerbs ()
|
||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
||||||||||||||||||||
PROTECTED ParentFormDestroyedHandler (Object, EventArgs)
|
||||||||||||||||||||
PUBLIC SubscribeParentFormDestroyed ()
|
||||||||||||||||||||
PROTECTED SubscribeUserControlEvents ()
|
||||||||||||||||||||
PUBLIC SmartUserControl ()
|
||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CHARACTER DesignerVerbs
|
|||||||||
|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL DesignTime
|
|||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||
PROTECTED LOGICAL ParentFormDestroyedSubscribed
|
|||||||||
PROTECTED LOGICAL UserControlEventsSubscribed
|
|||||||||