C# Class ACAT.Extensions.Default.FunctionalAgents.NewFile.FileChoiceMenu

Inheritance: ACAT.Lib.Extension.MenuPanel
Mostrar archivo Open project: brlima94/acat-localization Class Usage Examples

Public Methods

Method Description
FileChoiceMenu ( String panelClass, String panelTitle ) : System

Initializes a new instance of the class.

OnWidgetActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget, bool &handled ) : void

Called when a widget on the scanner is activated

Method Details

FileChoiceMenu() public method

Initializes a new instance of the class.
public FileChoiceMenu ( String panelClass, String panelTitle ) : System
panelClass String Panel class of the scanner
panelTitle String title of the panel (not used)
return System

OnWidgetActuated() public method

Called when a widget on the scanner is activated
public OnWidgetActuated ( ACAT.Lib.Core.WidgetManagement.Widget widget, bool &handled ) : void
widget ACAT.Lib.Core.WidgetManagement.Widget widget activated
handled bool true if handled
return void