类库说明文档
JHMessageBox Methods |
The JHMessageBox type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Show(String) |
在页面展现前弹出提示
|
|
Show(String, Boolean) |
在页面展现前弹出提示
|
|
Show(Page, String) |
在页面 Form 开始标记之后弹出提示
|
|
Show(Page, String, Boolean) |
在指定的位置弹出提示框
|
|
ShowAndClose(String) |
在页面展现前弹出提示,并结束页面输出关闭页面
|
|
ShowAndClose(Page, String) |
在页面 Form 开始标记之后弹出提示,关闭页面
|
|
ToString | (Inherited from Object.) |
See Also