Namespace: Consultingwerk.Windows.Framework.Reference
Class 
MainMenuForm Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.SmartComponents.Base.SmartWindowForm
Implements: IBaseForm, ICustomTypeDescriptor, IHasDesignerVerbs, IHasPrimaryDataSourceAndTarget, IHasSecurityKey, ISmartToolbarTarget, ISmartWindowForm




Top Method Summary
Options Name Purpose
AfterShownHandler (Object, EventArgs) Event handler for the Tick event of the oAfterShownTimer
DisplayLanguageName () Event handler for the LanguageDisplayNameChanged event of the SessionManager
FormCloseTimerHandler (Object, EventArgs) On 10.2B0612 and 11.1 pressing cancel from the login dialog caused the AVM to fall into an infinitive loop after closing the MainMenuForm
InitializeComponent ()
LanguageKeyChangedHandler () Event handler for the LanguageKeyChanged event of the SessionManager
LoadApplicationStyle (character) Loads an Application Style Library (.isl)
CHARACTER LoadSettings (character) Loads stored window settings from the registry
LockForm () Locks the Form from the IClientLockController
LoginCompanyNameChangedHandler () Event handler for the LoginCompanyNameChanged event of the SessionManager
Consultingwerk.Windows.Framework.Controls.IMainMenuRenderer NewMainMenuRenderer () Creates and configures a new instance of the MainMenuRenderer class
OnFormClosing (FormClosingEventArgs) Raises the FormClosing event
OnLoad (EventArgs) Raises the Load event
OnMdiChildActivate (EventArgs) Raises the MdiChildActivate event
OnShown (EventArgs) Raises the Shown event
SmartDataBrowserActivatedHandler (Object, EventArgs) Event handler for the static SmartDataBrowserActivated event
smartToolbarController1_ToolClick (Object, ToolClickEventArgs) Event handler for the ToolClick event of the smartToolbarController1
StartNewSession () Clones the current session
StyleLibraryChangedHandler (Object, EventArgs) Event handler for the StyleLibraryChanged event of the IAppStylistService
ToggleApplicationMenu () Toggles the visibility of the Application Menu
ultraExplorerBar1_ContextMenuInitializing (Object, CancelableContextMenuInitializingEventArgs) Event handler for the ContextMenuInitializing event of the ultraExplorerBar1
ultraExplorerBar1_ItemRemoving (Object, CancelableItemEventArgs) Event handler for the ItemRemoving then of the ultraExplorerBar1
ultraPictureBox1_Click (Object, EventArgs) Event handler for the Click event of the ultraPictureBox1
ultraStatusBar1_ButtonClick (Object, PanelEventArgs) Event handler for the ButtonClick event of the ultraStatusBar1
UserNameChangedHandler () Event handler for the UserNameChanged of the SessionManager

Top Constructor Summary
Options Name Purpose
MainMenuForm () Constructor for the CustomerExplorer class

Top Property Summary
Options Name Purpose
CHARACTER SplashScreenApplicationTitle


Method Detail
Top

AfterShownHandler (Object, EventArgs)

Purpose: Event handler for the Tick event of the oAfterShownTimer
Notes: Delays initialization of the SandBoxForm and LoginForm until after
all Shown() handling is completed

Parameters:
sender System.Object
The reference to the object that raised the event
e System.EventArgs
The System.EventArgs with the data for this event
Top

DisplayLanguageName ()

Purpose: Event handler for the LanguageDisplayNameChanged event of the
SessionManager
Notes:

Top

FormCloseTimerHandler (Object, EventArgs)

Purpose: On 10.2B0612 and 11.1 pressing cancel from the login dialog caused
the AVM to fall into an infinitive loop after closing the MainMenuForm
Notes:

Parameters:
sender System.Object
The object that raised the Tick event
e System.EventArgs
The System.EventArgs with the data for this event
Top

InitializeComponent ()


Top

LanguageKeyChangedHandler ()

Purpose: Event handler for the LanguageKeyChanged event of the SessionManager
Notes:

Top

LoadApplicationStyle (character)

Purpose: Loads an Application Style Library (.isl)
Notes: Style libraries are located in the Consultingwerk/Windows/Styles folder

Parameters:
pcStyleSet CHARACTER
The name of the Styleset
Top

CHARACTER LoadSettings (character)

Purpose: Loads stored window settings from the registry
Notes: This method is intended to be overridden to store the settings to
a users profile (i.e. in the database).

Parameters:
pcSettingsKey CHARACTER
The key under which the settings for this Form are stored (e.g. Position)
Returns CHARACTER
The string containing the stored window settings
Top

LockForm ()

Purpose: Locks the Form from the IClientLockController
Notes:

Top

LoginCompanyNameChangedHandler ()

Purpose: Event handler for the LoginCompanyNameChanged event of the SessionManager
Notes:

Top

Consultingwerk.Windows.Framework.Controls.IMainMenuRenderer NewMainMenuRenderer ()

Purpose: Creates and configures a new instance of the MainMenuRenderer class
Notes:

Returns Consultingwerk.Windows.Framework.Controls.IMainMenuRenderer
The configured instance of the MainMenuRenderer class
Top

OnFormClosing (FormClosingEventArgs)

Purpose: Raises the FormClosing event
Notes:

Parameters:
e System.Windows.Forms.FormClosingEventArgs
The FormClosingEventArgs with the data for this event
Top

OnLoad (EventArgs)

Purpose: Raises the Load event
Notes:

Parameters:
e System.EventArgs
The FormClosingEventArgs with the data for this event
Top

OnMdiChildActivate (EventArgs)

Purpose: Raises the MdiChildActivate event
Notes:

Parameters:
e System.EventArgs
The FormClosingEventArgs with the data for this event
Top

OnShown (EventArgs)

Purpose: Raises the Shown event
Notes:

Parameters:
e System.EventArgs
The FormClosingEventArgs with the data for this event
Top

SmartDataBrowserActivatedHandler (Object, EventArgs)

Purpose: Event handler for the static SmartDataBrowserActivated event
Notes: Controls the Grid which is linked to the UltraGridColumnChooser Control

Parameters:
sender System.Object
The reference to the object that raised this event
e System.EventArgs
The System.EventArgs instance with the data for this event
Top

smartToolbarController1_ToolClick (Object, ToolClickEventArgs)

Purpose: Event handler for the ToolClick event of the smartToolbarController1
Notes:

Parameters:
sender System.Object
The reference to the object thait raised the event
e Infragistics.Win.UltraWinToolbars.ToolClickEventArgs
The ToolClickEventArgs instance with the data for this event
Top

StartNewSession ()

Purpose: Clones the current session
Notes:

Top

StyleLibraryChangedHandler (Object, EventArgs)

Purpose: Event handler for the StyleLibraryChanged event of the IAppStylistService
Notes:

Parameters:
sender Progress.Lang.Object
The object that raised the StyleLibraryChanged event
e Consultingwerk.EventArgs
The Consultingwerk.EventArgs with the data for the event
Top

ToggleApplicationMenu ()

Purpose: Toggles the visibility of the Application Menu
Notes:

Top

ultraExplorerBar1_ContextMenuInitializing (Object, CancelableContextMenuInitializingEventArgs)

Purpose: Event handler for the ContextMenuInitializing event of the
ultraExplorerBar1
Notes: Deactivates the Context menu of the Control

Parameters:
sender System.Object
The reference to object that raised the event
e Infragistics.Win.UltraWinExplorerBar.CancelableContextMenuInitializingEventArgs
The CancelableContextMenuInitializingEventArgs instance with the data for this event
Top

ultraExplorerBar1_ItemRemoving (Object, CancelableItemEventArgs)

Purpose: Event handler for the ItemRemoving then of the ultraExplorerBar1
Notes: Cancels removal of any item

Parameters:
sender System.Object
The reference to object that raised the event
e Infragistics.Win.UltraWinExplorerBar.CancelableItemEventArgs
The CancelableItemEventArgs instance with the data for this event
Top

ultraPictureBox1_Click (Object, EventArgs)

Purpose: Event handler for the Click event of the ultraPictureBox1
Notes: Starts a Web Browser with the Consultingwerk facebook site

Parameters:
sender System.Object
The reference to object that raised the event
e System.EventArgs
The EventArgs instance with the data for this event
Top

ultraStatusBar1_ButtonClick (Object, PanelEventArgs)

Purpose: Event handler for the ButtonClick event of the ultraStatusBar1
Notes:

Parameters:
sender System.Object
The reference to the object that raised this event
e Infragistics.Win.UltraWinStatusBar.PanelEventArgs
The PanelEventArgs with the data for this event
Top

UserNameChangedHandler ()

Purpose: Event handler for the UserNameChanged of the SessionManager
Notes:



Constructor Detail
Top

MainMenuForm ()

Purpose: Constructor for the CustomerExplorer class
Notes:



Property Detail
Top

CHARACTER SplashScreenApplicationTitle


Returns CHARACTER


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:31:55