SystemIcons::Shield Property

 

Gets an Icon object that contains the shield icon.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property Icon^ Shield {
	static Icon^ get();
}

Property Value

Type: System.Drawing::Icon^

An Icon object that contains the shield icon.

The User Account Control (UAC) guidelines recommend the use of the shield icon next to or on any control whose default action is to require an elevation to administrator privileges. For more information, see the "User Account Control" section of the "Windows Vista User Experience Guidelines" on MSDN.

.NET Framework
Available since 2.0
Return to top
Show: