Show the icon of the associated window in its corresponding tab.

Namespace: MDIWindowManager
Assembly: MDIWindowManager (MDIWindowManager)

Syntax

Visual Basic (Declaration)
Public Property ShowIcons As Boolean
C#
public bool ShowIcons { get; set; }
C++
public:
bool ShowIcons {
	bool get ();
	void set (bool value);
}