User32DrawEdge(IntPtr, NativeRectangle, DrawEdgeType, DrawEdgeFlags) Method
Draws a 3D edge or flat border on the specified device context.
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
- hdc IntPtr
-
A handle to the device context where the border is drawn.
- refRect NativeRectangle
-
A NativeRectangle structure that specifies the area for the border.
- edge DrawEdgeType
-
The type of inner and outer edges to draw.
- flags DrawEdgeFlags
-
Flags that specify the border's behavior.
BooleanTrue if the function succeeds,
False otherwise.