Gets or sets class function of associated system window.

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property ClassFunction As IntPtr
C#
public IntPtr ClassFunction { get; }
Visual C++
public:
property IntPtr ClassFunction {
	IntPtr get ();
}
JavaScript
function get_classFunction();

See Also