Show / Hide Table of Contents

Property ADialog.Result


Overload

Selected button id. The same as the ADialog.ShowDialog return value.

public int Result { get; }
Property Value
Int32

Remarks

If the result is still unavailable (the dialog still not closed):

  • If called from the same thread that called ADialog.ShowDialog, returns 0.
  • If called from another thread, waits until the dialog is closed.

Note: ADialog.ShowDialogNoWait calls ADialog.ShowDialog in another thread.