[This is preliminary documentation and is subject to change.]

Assigns a window style to a shortcut, or identifies the type of window style used by a shortcut.

Namespace: Tools.IOt
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public ProcessWindowStyle WindowStyle { get; set; }
Visual Basic
Public Property WindowStyle As ProcessWindowStyle
	Get
	Set
Visual C++
public:
property ProcessWindowStyle WindowStyle {
	ProcessWindowStyle get ();
	void set (ProcessWindowStyle value);
}
F#
member WindowStyle : ProcessWindowStyle with get, set
JScript
function get WindowStyle () : ProcessWindowStyle
function set WindowStyle (value : ProcessWindowStyle)

Field Value

Sets the window style for the program being run.

Return Value

The WindowStyle property returns an integer.

Exceptions

See Also