[]
        
(Showing Draft Content)

GrapeCity.Forguncy.CellTypes.IWindow

接口 IWindow

内置对话框接口。

命名空间: GrapeCity.Forguncy.CellTypes
程序集: GrapeCity.Forguncy.CellTypes.dll
语法
public interface IWindow

属性

DialogResult

对话框返回结果。

声明
bool? DialogResult { get; }
属性值
类型 描述
bool?

方法

ShowDialog()

打开对话框。

声明
bool? ShowDialog()
返回值
类型 描述
bool?

事件

Closed

对话框关闭事件。

声明
event EventHandler Closed
事件类型
类型 描述
System.EventHandler