HandleType 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.
public enum class HandleType
public enum HandleType
type HandleType =
Public Enum HandleType
- Inheritance
-
HandleType
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
ResizeNorth | 1 | |
ResizeSouth | 2 | |
ResizeEast | 3 | |
ResizeWest | 4 | |
ResizeNorthWest | 5 | |
ResizeNorthEast | 6 | |
ResizeSouthWest | 7 | |
ResizeSouthEast | 8 | |
Move | 9 |