Top Method Summary
Options Name Purpose
+ Progress.Lang.Object LaunchMenuFunction (character, Object) Launches a Menu Function from the Menu
# Progress.Lang.Object LaunchMenuFunction (Object) Launches a Menu Function from the Menu
+ Progress.Lang.Object LaunchMenuFunctionCode (character, Object) Launches a Menu Function by the menu function code
# OnMenuFunctionLaunched (MenuFunctionLaunchedEventArgs) Raises the MenuFunctionLaunched

Top Event Summary
Options Name Purpose
+ MenuFunctionLaunched (Object, MenuFunctionLaunchedEventArgs) Event launched whenever a menu function is launched


Method Detail
Top

PUBLIC Progress.Lang.Object LaunchMenuFunction (character, Object)

Purpose: Launches a Menu Function from the Menu
Notes:

Parameters:
pcMenuFunctionKey CHARACTER
The key of the Menu Function
poContext Progress.Lang.Object
An optional reference to a context (could be the Control that launches the function)
Returns Progress.Lang.Object
The reference to the launched menu function
Top

PROTECTED Progress.Lang.Object LaunchMenuFunction (Object)

Purpose: Launches a Menu Function from the Menu
Notes:

Parameters:
poContext Progress.Lang.Object
An optional reference to a context (could be the Control that launches the function)
Returns Progress.Lang.Object
The reference to the launched menu function
Top

PUBLIC Progress.Lang.Object LaunchMenuFunctionCode (character, Object)

Purpose: Launches a Menu Function by the menu function code
Notes:

Parameters:
pcMenuFunctionCode CHARACTER
The code of the Menu Function
poContext Progress.Lang.Object
An optional reference to a context (could be the Control that launches the function)
Returns Progress.Lang.Object
The reference to the launched menu function
Top

PROTECTED OnMenuFunctionLaunched (MenuFunctionLaunchedEventArgs)

Purpose: Raises the MenuFunctionLaunched
Notes:

Parameters:
e Consultingwerk.Windows.Framework.MenuFunctionLaunchedEventArgs
The MenuFunctionLaunchedEventArgs with the data for the event


Event Detail
Top

PUBLIC MenuFunctionLaunched (Object, MenuFunctionLaunchedEventArgs)

Purpose: Event launched whenever a menu function is launched
Notes: This can be used for logging or LRU tracking purposes etc.

Parameters:
sender Progress.Lang.Object
The reference to the object that raised the event
e Consultingwerk.Windows.Framework.MenuFunctionLaunchedEventArgs
The MenuFunctionLaunchedEventArgs with the data for this event


Temp-Table Detail


©2006-2025 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       31.05.2025 17:28:07