[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.NativeT
Assembly: 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

ExceptionCondition
System..::..ArgumentNullExceptionmessage is null
Tools.API..::..Win32APIExceptionFailed to post the message

See Also

Collapse/expand Version History

1.5.3

  • This function is new in version 1.5.3