ProtectedViewWindow.Height 属性

定义

获取或设置受保护视图窗口的高度。

public:
 property int Height { int get(); void set(int value); };
public int Height { get; set; }
member this.Height : int with get, set
Public Property Height As Integer

属性值

受保护的视图窗口的高度。

注解

读/写 。 如果在窗口处于最大化或最小化时,不能设置此属性。 使用 应用程序 对象的 UsableHeight 属性来确定窗口的最大大小。 使用 WindowState 属性来确定窗口状态。

适用于