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