HUDFormHwndTarget Property
Gets or sets the window handle that belongs to the target window on which this
HUDForm will be overlapped.
Namespace: DevCase.ThirdParty.SharpDXAssembly: DevCase.net48.ThirdParty.SharpDX (in DevCase.net48.ThirdParty.SharpDX.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public IntPtr HwndTarget { get; set; }
<BrowsableAttribute(false)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
Public Property HwndTarget As IntPtr
Get
Set
Dim instance As HUDForm
Dim value As IntPtr
value = instance.HwndTarget
instance.HwndTarget = value
public:
[BrowsableAttribute(false)]
[EditorBrowsableAttribute(EditorBrowsableState::Always)]
property IntPtr HwndTarget {
IntPtr get ();
void set (IntPtr value);
}
[<BrowsableAttribute(false)>]
[<EditorBrowsableAttribute(EditorBrowsableState.Always)>]
member HwndTarget : IntPtr with get, set
No code example is currently available or this language may not be supported.
Property Value
IntPtr
The window handle that belongs to the target window on which this
HUDForm will be overlapped.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
SharpDX