The SystemWindow type exposes the following members.

Constructors

  NameDescription
Public methodSystemWindow
Creates and initializes the object instance.

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

Properties

  NameDescription
Public propertyAppInstance
Gets application instance handle of associated system window.
Public propertyBoundsRectangle
Gets or sets parent-related bounds of associated system window.
Public propertyClassBrush
Gets or sets class' brush of associated system window.
Public propertyClassCursor
Gets or sets class' cursor of associated system window.
Public propertyClassFunction
Gets or sets class function of associated system window.
Public propertyClassIcon
Gets or sets class' icon handle of associated system window.
Public propertyClassName
Gets class name of associated system window.
Public propertyClassSmallIcon
Gets or sets class' small icon handle of associated system window.
Public propertyClassStyle
Gets or sets class' style of associated system window.
Public propertyControlID
Gets control identifier of associated system window.
Public propertyEnabled
Gets or sets enabled state of associated system window.
Public propertyExStyle
Gets extended style of associated system window.
Public propertyFunction
Gets function of associated system window.
Public propertyHandle
Gets or sets handle of associated system window.
Public propertyHeight
Gets or sets height of associated system window.
Public propertyLeft
Gets or sets left coordinate of associated system window.
Public propertyLocation
Gets or sets location (left top point coordinates) of associated system window.
Public propertyMenu
Gets menu handle of associated system window.
Public propertyParent
Gets or sets parent window of associated system window.
Public propertyProcessID
Gets process identifier of associated system window.
Public propertyResourceID
Gets resource id of associated system window.
Public propertyScreenRectangle
Gets or sets screen-related bounds of associated system window.
Public propertySize
Gets or sets size of associated system window.
Public propertyStayOnTop
Gets or sets stay-on-top state of associated system window.
Public propertyStyle
Gets style of associated system window.
Public propertyText
Gets or sets text or caption of associated system window.
Public propertyTop
Gets or sets top coordinate of associated system window.
Public propertyVisible
Gets or sets visibility of associated system window.
Public propertyWidth
Gets or sets width of associated system window.
Public propertyWindowKind
Gets kind of associated system window.
Public propertyWindowState
Gets or sets state of associated system window.

See Also