UnsafeNativeMethods.RemoveWindowCaption(Window) method¶
Defined in
Type: UnsafeNativeMethods
Namespace: CrissCross.WPF.UI.Interop
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Overloads¶
- 1.
public static bool RemoveWindowCaption(Window window) - 2.
public static bool RemoveWindowCaption(nint hWnd)
1. Overload¶
public static bool RemoveWindowCaption(Window window)
Parameters
| Name | Type | Description |
|---|---|---|
window | Window | -- |
Returns: bool
2. Overload¶
public static bool RemoveWindowCaption(nint hWnd)
Parameters
| Name | Type | Description |
|---|---|---|
hWnd | nint | -- |
Returns: bool