WindowHelperService Class
Provides functionalities to register and unregister delegates for event notifications, as well as set ownership for windows.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | WindowHelperService(IntPtr) | Initializes a new instance of the WindowHelperService class with the specific handle to a parent window. |
| Name | Description | |
|---|---|---|
![]() | ParentWindowHwnd | Gets or sets the handle of the parent window. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | RegisterWindowMessageHandler(WindowMessage^) | Registers the specified delegate for event notifications. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | TrySetWindowOwner(DependencyObject^, Window^) | Assigns the window to be the owner of the specified window. |
![]() | UnregisterWindowMessageHandler(WindowMessage^) | Unregisters the specified delegate for event notifications. |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


