WindowBorder Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates available window borders.
public enum WindowBorder
type WindowBorder =
- Inheritance
-
WindowBorder
Fields
Fixed | 1 | The window has a fixed border. A window with a fixed border can only be resized programmatically. |
2 | The window does not have a border. A window with a hidden border can only be resized programmatically. |
|
Resizable | 0 | The window has a resizable border. A window with a resizable border can be resized by the user or programmatically. |