siWindowChangeState Enum


Enumerations

enum   siWindowChangeState {
  siWindowSize = 0,
  siWindowPaint = 1,
  siWindowSetFocus = 2,
  siWindowLostFocus = 3
}

Detailed Description

This enum specifies what has changed during aCWindowNotification for the Custom Display Host. GetWindowState

Enumeration Type Documentation

enum siWindowChangeState

Enumerator:
siWindowSize  [0] The size or position of the window has changed.
siWindowPaint  [1] The window is being repainted.
siWindowSetFocus  [2] The window is getting the focus.
siWindowLostFocus  [3] The window lost the focus.