Description:

Show a windows form that is modal in the sense that this function does not return until the form is closed, but also allows for interaction with other elements of the Rhino user interface.

Syntax:
public static DialogResult ShowSemiModal(
Form form
)
deprecated in 6.0
Parameters:
  • form
  • Type: System.Windows.Forms.Form
  • The form must have buttons that are assigned to the "AcceptButton" and "CancelButton".
Returns:
Type: DialogResult
One of the System.Windows.Forms.DialogResult values.
Available since:
5.0

/
/
/
ShowSemiModal

ShowSemiModal method

Class:  Rhino.UI.Dialogs

Nothing found