Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.