Gets or sets class' small icon handle of associated system window.

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

Syntax

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

See Also