|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | ActivateLinks (Control) |
Activates the Links between the active control and the
SmartToolbarController |
|
+ | ActivateSmartControl (Control) |
Marks a SmartViewerControl or SmartBrowserControl as Active |
|
+ | LOGICAL CanFindInComponentsCollection (Object) |
Returns if the component can be found in the ComponentsCollection Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
- | DeactivateHandler (Object, EventArgs) |
Event handler for the Deactivate event |
|
- | DeactivateTimerTick (Object, EventArgs) |
Handles the Tick of the Deactivate Timer component |
|
# | DesignerInsertUserControl () |
Inserts a user control instance at design time. Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
+ | System.Collections.Generic.List <System.Windows.Forms.Control> FindAllControlsOfType (Type) |
Returns a List of all Controls in the Form that are of the given type Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
+ | System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents () |
Returns a List of all Components in the Form Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
+ | Consultingwerk.SmartComponents.Base.ListSmartDataAdapter GetLinkedDataAdapters () |
Returns a List of Data Adapter instances in the Form |
|
+ | Consultingwerk.SmartComponents.Base.ListSmartDataAdapter GetLinkedDataAdapters (SmartDataAdapter) |
Returns a List of Data Adapter instances in the Form |
|
# | GetLinkedDataAdapters (SmartDataAdapter, ListSmartDataAdapter) |
Add linked SmartDataAdapter instances to a List |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartToolbarControl GetToolbar () |
Returns the reference to the ISmartToolbarControl of the ISmartWindowForm |
|
# | LoadRibbonQuickAccessToolbar () |
Restores the Quick Access Toolbar items from the Registry Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
# | CHARACTER LoadSettings () |
Loads the stored window settings (position etc.) from the registry Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
# | CHARACTER LoadSettings (character) |
Loads stored window settings from the registry Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
# | OnActiveSmartControlChanged (EventArgs) |
Raises the ActiveSmartControlChanged event |
|
# | OnExternalDataSourceChanged (EventArgs) |
Raises the ExternalDataSourceChanged event |
|
# | OnExternalNavigationTargetChanged (EventArgs) |
Raises the OnExternalNavigationTargetChanged |
|
# | OnFormClosed (FormClosedEventArgs) |
Raises the FormClosed event Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
# | OnFormClosing (FormClosingEventArgs) |
Checks wheather it is ok to close the form. If not the FormClosing
process is canceled. Overrides Consultingwerk.Forms.Telerik.BaseRadForm:OnFormClosing (FormClosingEventArgs) |
|
# | OnFormDestroyed (EventArgs) |
Raises the FormDestroyed event Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
# | OnLoad (EventArgs) |
Raises the Load event Overrides Consultingwerk.Forms.Telerik.BaseRadForm:OnLoad (EventArgs) |
|
# | OnPrimaryDataSourceChanged (EventArgs) |
Raises the PrimaryDataSourceChanged event |
|
# | OnPrimaryDataTargetChanged (EventArgs) |
Raises the PrimaryDataTargetChanged event |
|
# | OnPrimaryNavigationSourceChanged (EventArgs) |
Raises the PrimaryNavigationSourceChanged |
|
# | OnSmartToolbarControllerChanged () |
Internal event handler |
|
+ | OnVerbClicked (character) |
Event Handler method for Designer Verbs Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
+ | 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. |
|
# | LOGICAL RecurseSaveChangesOnDeactivateForm (Control+ControlCollection, logical) |
Recursively checks all contained controls to save changes on
Deactivate of the Form |
|
# | RestoreRadSplitterPosition () |
Restores the position of the Rad Splitter Controls Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
# | RestoreWindowPosition () |
Restores the stored window position Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
# | StoreRadSplitterPosition () |
Stores the position of the RadSplitter Controls in the Registry Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
# | StoreRibbonQuickAccessToolbar () |
Stores the current Quick Access Toolbar items in the Registry Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
# | StoreSettings (character) |
Stores the current window settings (position etc.) to the registry Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
# | StoreSettings (character, character) |
Stores window settings to the registry Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
# | StoreWindowPosition () |
Stores the window position to the resgistry Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
Options | Name | Purpose | |
---|---|---|---|
+ | SmartRadWindowForm () |
Constructor for the SmartRadWindowForm class |
Options | Name | Purpose | |
---|---|---|---|
+ | ActiveSmartControlChanged DELEGATE System.EventHandler |
Raised whenever the ActiveSmartSmartControl property has changed |
|
+ | ExternalDataSourceChanged DELEGATE System.EventHandler |
Raised when the ExternalDataSource property changes |
|
+ | ExternalNavigationTargetChanged (Object, EventArgs) |
Raised when the ExtenalNavigationSource property changes |
|
+ | FormDestroyed DELEGATE System.EventHandler |
Raised when a Form is destroyed (in the Destructor) Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
+ | PrimaryDataSourceChanged DELEGATE System.EventHandler |
Raised when the PrimaryDataSource property changes |
|
+ | PrimaryDataTargetChanged DELEGATE System.EventHandler |
Raised when the PrimaryDataTarget property changes |
|
+ | PrimaryNavigationSourceChanged (Object, EventArgs) |
Raised when the PrimaryNavigationSource property changes |
Options | Name | Purpose | |
---|---|---|---|
+ | System.Windows.Forms.Control ActiveSmartControl |
|
|
+ | LOGICAL DeleteOnFormClosed |
Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
+ | System.Collections.Generic.List <Progress.Windows.Form> DependentForms |
Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
# | CHARACTER DesignerVerbs |
Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
+ | LOGICAL DesignTime |
Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartDataSource ExternalDataSource |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.ISmartNavigationTarget ExternalNavigationTarget |
|
|
+ | LOGICAL IsClosed |
Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource PrimaryDataSource |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataTarget PrimaryDataTarget |
|
|
+ | Consultingwerk.SmartComponents.Interfaces.Design.IDesignNavigationSource PrimaryNavigationSource |
|
|
+ | LOGICAL PromptForSaveOnApplicationLeave |
|
|
+ | LOGICAL PromptForSaveOnFormDeactivate |
|
|
# | LOGICAL StoreFormPosition |
Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
+ | LOGICAL UseStartupSizeAsMinSize |
Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
|
+ | CHARACTER WindowPositionRegistryKey |
Inherited from Consultingwerk.Forms.Telerik.BaseRadForm |
Top
PUBLIC ActivateLinks (Control)
|
||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ActivateSmartControl (Control)
|
||||||||||||||||||||||||||||||||
PUBLIC LOGICAL CanFindInComponentsCollection (Object)
|
||||||||||||||||||||||||||||||||
PRIVATE DeactivateHandler (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PRIVATE DeactivateTimerTick (Object, EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED DesignerInsertUserControl ()
|
||||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.Windows.Forms.Control> FindAllControlsOfType (Type)
|
||||||||||||||||||||||||||||||||
PUBLIC System.Collections.Generic.List <System.ComponentModel.Component> GetAllComponents ()
|
||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Base.ListSmartDataAdapter GetLinkedDataAdapters ()
|
||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Base.ListSmartDataAdapter GetLinkedDataAdapters (SmartDataAdapter)
|
||||||||||||||||||||||||||||||||
PROTECTED GetLinkedDataAdapters (SmartDataAdapter, ListSmartDataAdapter)
|
||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartToolbarControl GetToolbar ()
|
||||||||||||||||||||||||||||||||
PROTECTED LoadRibbonQuickAccessToolbar ()
|
||||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings ()
|
||||||||||||||||||||||||||||||||
PROTECTED CHARACTER LoadSettings (character)
|
||||||||||||||||||||||||||||||||
PROTECTED OnActiveSmartControlChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnExternalDataSourceChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnExternalNavigationTargetChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnFormClosed (FormClosedEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnFormClosing (FormClosingEventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnFormDestroyed (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnLoad (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnPrimaryDataSourceChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnPrimaryDataTargetChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnPrimaryNavigationSourceChanged (EventArgs)
|
||||||||||||||||||||||||||||||||
PROTECTED OnSmartToolbarControllerChanged ()
|
||||||||||||||||||||||||||||||||
PUBLIC OnVerbClicked (character)
|
||||||||||||||||||||||||||||||||
PUBLIC Consultingwerk.Framework.Enum.DialogResultEnum PromptForSaveOfPendingChangesOnClose ()
|
||||||||||||||||||||||||||||||||
PUBLIC LOGICAL RecurseCheckIsOkToClose (Control+ControlCollection, logical, CloseReason)
|
||||||||||||||||||||||||||||||||
PROTECTED LOGICAL RecurseSaveChangesOnDeactivateForm (Control+ControlCollection, logical)
|
||||||||||||||||||||||||||||||||
PROTECTED RestoreRadSplitterPosition ()
|
||||||||||||||||||||||||||||||||
PROTECTED RestoreWindowPosition ()
|
||||||||||||||||||||||||||||||||
PROTECTED StoreRadSplitterPosition ()
|
||||||||||||||||||||||||||||||||
PROTECTED StoreRibbonQuickAccessToolbar ()
|
||||||||||||||||||||||||||||||||
PROTECTED StoreSettings (character)
|
||||||||||||||||||||||||||||||||
PROTECTED StoreSettings (character, character)
|
||||||||||||||||||||||||||||||||
PROTECTED StoreWindowPosition ()
|
PUBLIC SmartRadWindowForm ()
|
---|
PUBLIC ActiveSmartControlChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC ExternalDataSourceChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC ExternalNavigationTargetChanged (Object, EventArgs)
|
||||||||||||||||||||
PUBLIC FormDestroyed DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC PrimaryDataSourceChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC PrimaryDataTargetChanged DELEGATE System.EventHandler
|
||||||||||||||||||||
PUBLIC PrimaryNavigationSourceChanged (Object, EventArgs)
|
PUBLIC System.Windows.Forms.Control ActiveSmartControl
|
|||||||||
---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL DeleteOnFormClosed
|
|||||||||
PUBLIC System.Collections.Generic.List <Progress.Windows.Form> DependentForms
|
|||||||||
PROTECTED CHARACTER DesignerVerbs
|
|||||||||
PUBLIC LOGICAL DesignTime
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartDataSource ExternalDataSource
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.ISmartNavigationTarget ExternalNavigationTarget
|
|||||||||
PUBLIC LOGICAL IsClosed
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataSource PrimaryDataSource
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignDataTarget PrimaryDataTarget
|
|||||||||
PUBLIC Consultingwerk.SmartComponents.Interfaces.Design.IDesignNavigationSource PrimaryNavigationSource
|
|||||||||
PUBLIC LOGICAL PromptForSaveOnApplicationLeave
|
|||||||||
PUBLIC LOGICAL PromptForSaveOnFormDeactivate
|
|||||||||
PROTECTED LOGICAL StoreFormPosition
|
|||||||||
PUBLIC LOGICAL UseStartupSizeAsMinSize
|
|||||||||
PUBLIC CHARACTER WindowPositionRegistryKey
|