C# 클래스 ACAT.Extensions.Default.FunctionalAgents.NewFile.FileChoiceMenu

상속: ACAT.Lib.Extension.MenuPanel
파일 보기 프로젝트 열기: brlima94/acat-localization 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

FileChoiceMenu() 공개 메소드

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)
리턴 System

OnWidgetActuated() 공개 메소드

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
리턴 void