Метод | Описание | |
---|---|---|
CloseView ( ) : void | ||
Invoke ( InvokeDelegate d ) : void | ||
Show ( string text, string caption, MessageBoxButtons buttons ) : DialogResult | ||
Show ( string text ) : void | ||
Show ( string text, string caption ) : void | ||
ShowView ( IView parentView ) : void |
public Show ( string text, string caption, MessageBoxButtons buttons ) : DialogResult | ||
text | string | |
caption | string | |
buttons | MessageBoxButtons | |
Результат | DialogResult |
public Show ( string text, string caption ) : void | ||
text | string | |
caption | string | |
Результат | void |
public ShowView ( IView parentView ) : void | ||
parentView | IView | |
Результат | void |