Method | Description | |
---|---|---|
Confirm ( IPanel parent, String caption, String title = null ) : bool |
Displays a yes no confirmation dialog box
|
|
Confirm ( String caption ) : bool |
Displays a yes no confirmation dialog box
|
|
Confirm ( String caption, String title ) : bool |
Displays a yes no confirmation dialog box.
|
|
ConfirmScanner ( IPanel parent, String caption ) : bool |
Displays yes/no confirmation as a contextual menu scanner
|
|
ConfirmScanner ( String caption ) : bool |
Displays yes/no confirmation as a contextual menu scanner
|
|
ConfirmScannerNarrow ( IPanel parent, String caption, String title = null ) : bool |
Displays yes/no confirmation as a narrow contextual menu scanner
|
|
ConfirmScannerNarrow ( String caption ) : bool |
Displays yes/no confirmation as a narrow contextual menu scanner
|
|
LaunchVolumeSettingsAgent ( ) : void |
Runs the volume settings agent to control the volume of text to speech
|
|
ShowAboutBox ( |
Displays the About box
|
|
ShowAppLauncher ( ) : void |
Activates the functional agent responsible for launching applications
|
|
ShowFileBrowser ( ) : void |
Activates the File Browser functional agent.
|
|
ShowTaskSwitcher ( string taskName = "" ) : void |
Activates the Switch Windows functional agent to enable the user to switch windows/apps. If taskname is not null, it only shows windows belonging to the task (eg notepad, word)
|
|
ShowTaskSwitcherAltTab ( String taskName = "" ) : void |
Displays the task switcher form which is the Alt-Tab equivalent to switch between application windows. If taskname is not null, it only shows windows belonging to the task (eg notepad, word)
|
|
ShowTimedDialog ( |
Shows the TimedDialog window
|
|
ShowTimedDialog ( |
Shows the TimedDialog window
|
|
Toast ( String message, int timeout = 2000 ) : void |
Displays a toast message centered in the parent form.
|
Method | Description | |
---|---|---|
initYesNoDialog ( String title, String caption ) : |
Creates the Yes/No dialog form
|
|
initYesNoScanner ( String panelClass, String title, String caption ) : |
Creates the Yes/No scanner form
|
|
showYesNoScanner ( IPanel parent, String panelClass, String caption ) : bool |
Creates the yes/no scanner form and shows it as a dialog. Returns the result of the user choice
|
public static Confirm ( IPanel parent, String caption, String title = null ) : bool | ||
parent | IPanel | parent scanner |
caption | String | prompt string |
title | String | title of the dialog |
return | bool |
public static Confirm ( String caption ) : bool | ||
caption | String | Prompt string |
return | bool |
public static Confirm ( String caption, String title ) : bool | ||
caption | String | Prompt string |
title | String | title of the dialog |
return | bool |
public static ConfirmScanner ( IPanel parent, String caption ) : bool | ||
parent | IPanel | parent scanner |
caption | String | prompt string |
return | bool |
public static ConfirmScanner ( String caption ) : bool | ||
caption | String | prompt string |
return | bool |
public static ConfirmScannerNarrow ( IPanel parent, String caption, String title = null ) : bool | ||
parent | IPanel | parent scanner |
caption | String | prompt string |
title | String | scanner title |
return | bool |
public static ConfirmScannerNarrow ( String caption ) : bool | ||
caption | String | prompt string |
return | bool |
public static LaunchVolumeSettingsAgent ( ) : void | ||
return | void |
public static ShowAboutBox ( |
||
parentForm | parent form | |
logo | String | filename of the logo to display |
appName | String | Name of the assembly |
versionInfo | String | version information |
copyrightInfo | String | copyright info |
attributions | IEnumerable |
3rd party attributions |
return | void |
public static ShowTaskSwitcher ( string taskName = "" ) : void | ||
taskName | string | filter by this process name |
return | void |
public static ShowTaskSwitcherAltTab ( String taskName = "" ) : void | ||
taskName | String | filter by this process name |
return | void |
public static ShowTimedDialog ( |
||
parentForm | parent form | |
message | String | message to display |
return | void |
public static ShowTimedDialog ( |
||
parentForm | parent form | |
title | String | title of the dialog |
message | String | message to display |
return | void |
public static Toast ( String message, int timeout = 2000 ) : void | ||
message | String | message to display |
timeout | int | how long to display |
return | void |