DialogOption
最后更新于
最后更新于
The DialogOption object is used with the options property of the object. A collection of five of these is provided, and any you initialize will be displayed to the user as physical checkbox controls.
label
string
Set this to the desired label of the checkbox.
state
bool
Set this to the desired initial state of the checkbox. When the Dialog.Show method returns, you can read this property to find out the state the user chose.