PropertyGrid::CanShowVisualStyleGlyphs Property

.NET Framework (current version)
 

Gets or sets a value that indicates whether OS-specific visual style glyphs are used for the expansion nodes in the grid area.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property bool CanShowVisualStyleGlyphs {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true to use the visual style glyphs; otherwise, false.

.NET Framework
Available since 4.5
Return to top
Show: