[This is preliminary documentation and is subject to change.]
Sends a notification messages WM_NOTIFY to current window
Namespace: Tools.WindowsT.NativeTAssembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public int SendNotification( NMHDR notification ) |
| Visual Basic |
|---|
Public Function SendNotification ( _ notification As NMHDR _ ) As Integer |
| Visual C++ |
|---|
public: int SendNotification( NMHDR notification ) |
| F# |
|---|
member SendNotification : notification:NMHDR -> int |
| JScript |
|---|
public function SendNotification( notification : NMHDR ) : int |
Parameters
- notification
- Type: Tools.API.Messages.Notifications..::..NMHDR
Notification data to be sent
Return Value
[Missing <returns> documentation for "M:Tools.WindowsT.NativeT.Win32Window.SendNotification(Tools.API.Messages.Notifications.NMHDR)"]
Remarks
Return value of notification message
See Also
Version History
1.5.3
- This function is new in version 1.5.3