Gets style of associated system window.

Namespace:  Greatis.Nostalgia
Assembly:  Greatis.Nostalgia (in Greatis.Nostalgia.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property Style As UInteger
C#
public uint Style { get; }
Visual C++
public:
property unsigned int Style {
	unsigned int get ();
}
JavaScript
function get_style();

See Also