편집

다음을 통해 공유


XdWindowState Enum

Definition

The XdWindowState enumeration is used to determine the state of the Microsoft Office InfoPath 2003 window that is represented by the WindowObject object.

public enum class XdWindowState
[System.Runtime.InteropServices.Guid("ACAB4AD8-F8EB-33BC-B516-B49EAA3B3E62")]
public enum XdWindowState
type XdWindowState = 
Public Enum XdWindowState
Inheritance
XdWindowState
Attributes

Fields

xdWindowStateMaximize 1

The window is maximized.

xdWindowStateMinimize 3

The window is minimized.

xdWindowStateNormal 2

The window is not maximized or minimized.

Remarks

These enumerated values are returned or set by the WindowState property.

Applies to