Method SetProp
SetProp(nint, string, nint)
Associates a string property with the specified window handle.
public static extern bool SetProp(nint window, string propertyName, nint propertyValue)
Parameters
windownintA handle to the window.
propertyNamestringThe name of the property to set.
propertyValuenintA pointer-sized value to associate with the property name.