NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SystemInformation.FixedFrameBorderSize

Gets the thickness in pixels, of the border for a window that has a caption and is not resizable.

[Visual Basic]
Public Shared ReadOnly Property FixedFrameBorderSize As Size
[C#]
public static Size FixedFrameBorderSize {get;}
[C++]
public: __property static Size get_FixedFrameBorderSize();
[JScript]
public static function get FixedFrameBorderSize() : Size;

Property Value

A Size that specifies the size of a fixed sized window border.

See Also

SystemInformation Class | SystemInformation Members | System.WinForms Namespace