ApplicationAdapter.MainWindowHandle Property
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.
Gets or sets the handle for the main window. This property is designated for integration purposes, may not be the same as Process.MainWindowHandle
public:
property IntPtr MainWindowHandle { IntPtr get(); void set(IntPtr value); };
public IntPtr MainWindowHandle { get; set; }
member this.MainWindowHandle : nativeint with get, set
Public Property MainWindowHandle As IntPtr
Property Value
IntPtr
nativeint