OptionDialog.Options


public property Options

Prototype:

Read/Write property Options[=array of string]

Description:

Sets or gets the array of options for the dialog. For each element in the array, a button with the string in the array will be created. Can be, for example ["_Ok", "_Cancel"]; this will cause the dialog to have 2 buttons respectively "Ok" and "Cancel"

Return value:

Returns the option array (if any) or null (if none is set).