Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | ActivateSmartControl (Control) |
Marks a SmartViewerControl or SmartBrowserControl as Active |
|
+ | LOGICAL CanFindInComponentsCollection (Object) |
Returns if the component can be found in the ComponentsCollection |
|
+ | System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () |
Returns a List of all Components in the Form |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartToolbarControl GetToolbar () |
Returns the reference to the ISmartToolbarControl of the ISmartWindowForm |
|
+ | Consultingwerk.Framework.Enum.DialogResultEnum PromptForSaveOfPendingChangesOnClose () |
Shows the Prompt to save pending transactions to the backend while
closing the Form |
|
+ | LOGICAL RecurseCheckIsOkToClose (Control+ControlCollection, logical, CloseReason) |
Recursivly ask all Controls implementing the ICheckOkToClose Interface
wheather it is ok to close the form. |
Options | Name | Purpose | |
---|---|---|---|
+ | FormDestroyed DELEGATE System.EventHandler |
Raised when a Form is destroyed (in the Destructor) |
Options | Name | Purpose | |
---|---|---|---|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartDataSource ExternalDataSource |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartNavigationTarget ExternalNavigationTarget |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource PrimaryDataSource |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataTarget PrimaryDataTarget |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignNavigationSource PrimaryNavigationSource |
|
Top
PUBLIC ActivateSmartControl (Control)
|
||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL CanFindInComponentsCollection (Object)
|
||||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartToolbarControl GetToolbar ()
|
||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.Framework.Enum.DialogResultEnum PromptForSaveOfPendingChangesOnClose ()
|
||||||||||||||||||||||||||||||||
PUBLIC LOGICAL RecurseCheckIsOkToClose (Control+ControlCollection, logical, CloseReason)
|
PUBLIC FormDestroyed DELEGATE System.EventHandler
|
---|
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataSource ExternalDataSource
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartNavigationTarget ExternalNavigationTarget
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource PrimaryDataSource
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataTarget PrimaryDataTarget
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignNavigationSource PrimaryNavigationSource
|