Navigate to: Methods | Constructors | Events | Properties
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 |
A DataSource that is passed in from the launching Container (Form)
to this Form. The ExternalDataSource will typically be passed on
to the internal PrimaryDataTarget |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartNavigationTarget ExternalNavigationTarget |
A NavigationTarget that is passed in from the launching Container (Form)
to this Form. The ExternalNavigationtarget will typically be passed on
to the internal PrimaryNavigationSource |
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource PrimaryDataSource |
A reference to the primary data source in this Form |
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataTarget PrimaryDataTarget |
A reference to the primary data target in this Form |
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignNavigationSource PrimaryNavigationSource |
A reference to the primary navigation source in this Form |
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
|