SystemParameters2.WindowCaptionHeight Property

Gets the height of the area that contains the minimize, maximize, and close buttons.

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

Syntax

'Declaration
Public Property WindowCaptionHeight As Double
public double WindowCaptionHeight { get; private set; }
public:
property double WindowCaptionHeight {
    double get ();
    private: void set (double value);
}
member WindowCaptionHeight : float with get, private set
function get WindowCaptionHeight () : double
private function set WindowCaptionHeight (value : double)

Property Value

Type: System.Double
The height of the area that contains the minimize, maximize, and close buttons.

.NET Framework Security

See Also

Reference

SystemParameters2 Class

Microsoft.Windows.Shell Namespace