SystemIcons.Shield Property

Definition

Gets an Icon object that contains the shield icon.

public:
 static property System::Drawing::Icon ^ Shield { System::Drawing::Icon ^ get(); };
public static System.Drawing.Icon Shield { get; }
static member Shield : System.Drawing.Icon
Public Shared ReadOnly Property Shield As Icon

Property Value

An Icon object that contains the shield icon.

Remarks

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.

Applies to