[This is preliminary documentation and is subject to change.]
Posts given window message to current window without waiting for the window to process the message
Namespace: Tools.WindowsT.NativeTAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public void PostMessage( WindowMessage message ) |
| Visual Basic |
|---|
Public Sub PostMessage ( _ message As WindowMessage _ ) |
| Visual C++ |
|---|
public: void PostMessage( WindowMessage^ message ) |
| F# |
|---|
member PostMessage : message:WindowMessage -> unit |
| JScript |
|---|
public function PostMessage( message : WindowMessage ) |
Parameters
- message
- Type: Tools.API.Messages..::..WindowMessage
A message to be Post
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | message is null |
| Tools.API..::..Win32APIException | Failed to post the message |
See Also
Version History
1.5.3
- This function is new in version 1.5.3