Navigate to: Methods | Constructors | Events | Properties
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 |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartUserControl () |
Constructor of the SmartUserControl class. Set's the
DesignTime property using the LicenseManager. |
Options | Name | Purpose | |
---|---|---|---|
# | CHARACTER DesignerVerbs |
Property that is used to generate Designer Verbs (actions for the
Visual Designer) |
|
+ | LOGICAL DesignTime |
Propery flags if the current instance of the SmartBindingSource
is running at design time or runtime. |
|
# | CHARACTER HiddenProperties |
Property that is used to mark properties (comma-delimited list) that
will be excluded from the .NET TypeDescriptor properties list |
|
# | CHARACTER NonBrowsableProperties |
Property that is used to mark properties (comma-delimited list) that
should not show up in the Visual Designers Property Grid |
|
# | LOGICAL ParentFormDestroyedSubscribed |
Returns if the FormDestroyed evengt of the containing Form has been
subscribed |
Top
PROTECTED CreateVerbs ()
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
||||||||||||||||||||
PROTECTED ParentFormDestroyedHandler (Object, EventArgs)
|
PUBLIC SmartUserControl ()
|
---|
PROTECTED CHARACTER DesignerVerbs
|
|||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL DesignTime
|
|||||||||||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||||||||||
PROTECTED LOGICAL ParentFormDestroyedSubscribed
|