AppActivateEventArgs.ThreadId 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.
If HostAppActivating is true this represents the thread ID if the thread that owns the window being deactivated. If it is false it is the thread ID of the thread that owns the window that is being activated.
public:
property System::UInt32 ThreadId { System::UInt32 get(); };
public:
property unsigned int ThreadId { unsigned int get(); };
public uint ThreadId { get; }
member this.ThreadId : uint32
Public ReadOnly Property ThreadId As UInteger