|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
# | AssignPropertyValue (handle, Object) |
Assigns a value to the current property record |
|
# | CreateVerbs () |
Creates Designer Verbs based on the DesignerVerbs property Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | LOGICAL Deactivating () |
Invoked when the Designer is about to be deactivated |
|
+ | System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () |
Returns a List of all Components in the Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | INTEGER NextObjectSequence (character, character) |
Returns the next available ObjectSequence number for the
given container |
|
# | OnLoad (EventArgs) |
Raises the Load event Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | OnModifiedChanged (EventArgs) |
Raises the ModifiedChanged event |
|
# | OnSaveChangesRequested (EventArgs) |
Raises the SaveChangesRequested |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | ParentFormDestroyedHandler (Object, EventArgs) |
Event handler for the FormDestroyed event of the owning Form Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | RefreshDesigner () |
Refreshes the Designer |
|
+ | Save () |
Saves the current layout |
|
+ | SubscribeParentFormDestroyed () |
Subscribes the ParentFormDestroyed event Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | CHARACTER UniqueInstanceName (character) |
Returns a unique object instance name based on the
provided object name |
Options | Name | Purpose | |
---|---|---|---|
+ | ModifiedChanged (Object, EventArgs) |
Raised when the designer's Modified property changes |
|
+ | SaveChangesRequested (Object, EventArgs) |
Raised when SaveChanges is requested |
Options | Name | Purpose | |
---|---|---|---|
# | CHARACTER DesignerVerbs |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | LOGICAL DesignTime |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | CHARACTER HiddenProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
+ | CHARACTER MessageBoxTitle |
|
|
+ | LOGICAL Modified |
|
|
# | CHARACTER NonBrowsableProperties |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
|
# | LOGICAL ParentFormDestroyedSubscribed |
Inherited from Consultingwerk.SmartComponents.Base.SmartUserControl |
Top
PROTECTED AssignPropertyValue (handle, Object)
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED CreateVerbs ()
|
|||||||||||||||||||||||||||
PUBLIC LOGICAL Deactivating ()
|
|||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
|||||||||||||||||||||||||||
PROTECTED INTEGER NextObjectSequence (character, character)
|
|||||||||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnModifiedChanged (EventArgs)
|
|||||||||||||||||||||||||||
PROTECTED OnSaveChangesRequested (EventArgs)
|
|||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
|||||||||||||||||||||||||||
PROTECTED ParentFormDestroyedHandler (Object, EventArgs)
|
|||||||||||||||||||||||||||
PUBLIC RefreshDesigner ()
|
|||||||||||||||||||||||||||
PUBLIC Save ()
|
|||||||||||||||||||||||||||
PUBLIC SubscribeParentFormDestroyed ()
|
|||||||||||||||||||||||||||
PROTECTED CHARACTER UniqueInstanceName (character)
|
PUBLIC ModifiedChanged (Object, EventArgs)
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC SaveChangesRequested (Object, EventArgs)
|
PROTECTED CHARACTER DesignerVerbs
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL DesignTime
|
|||||||||
PROTECTED CHARACTER HiddenProperties
|
|||||||||
PUBLIC CHARACTER MessageBoxTitle
|
|||||||||
PUBLIC LOGICAL Modified
|
|||||||||
PROTECTED CHARACTER NonBrowsableProperties
|
|||||||||
PROTECTED LOGICAL ParentFormDestroyedSubscribed
|