Win32Methods Class
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.
Imports some Win32 window management functions.
public ref class Win32Methods
[Windows::Foundation::Metadata::WebHostHidden]
class Win32Methods
public class Win32Methods
type Win32Methods = class
Public Class Win32Methods
- Inheritance
-
Win32Methods
Constructors
Win32Methods() |
Initializes a new instance of the class. |
Methods
IsDialogMessageA(IntPtr, MSG) |
Determines if a message is intended for the specified dialog box, and if so processes the message. |
SetParent(IntPtr, IntPtr) |
Changes the parent window of the specified child window. |