SystemParameters2.Current Property

Gets an instance of the SystemParameters2 class.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Shared ReadOnly Property Current As SystemParameters2
public static SystemParameters2 Current { get; }
public:
static property SystemParameters2^ Current {
    SystemParameters2^ get ();
}
static member Current : SystemParameters2
static function get Current () : SystemParameters2

Property Value

Type: Microsoft.Windows.Shell.SystemParameters2
An instance of the SystemParameters2 class.

.NET Framework Security

See Also

Reference

SystemParameters2 Class

Microsoft.Windows.Shell Namespace