Свойство | Type | Description | |
---|---|---|---|
CreateEmpty | |||
CreateMessageWindow | void | ||
Dispose | void | ||
OnWindowMessageReceived | |||
ProcessWindowMessage | void | ||
WindowMessageSink | System |
Méthode | Description | |
---|---|---|
Dispose ( ) : void |
Disposes the object. This method is not virtual by design. Derived classes should override Dispose(bool). |
|
WindowMessageSink ( NotifyIconVersion version ) : System |
Creates a new message sink that receives message from a given taskbar icon.
|
Méthode | Description | |
---|---|---|
CreateEmpty ( ) : |
Creates a dummy instance that provides an empty pointer rather than a real window handler.
|
|
CreateMessageWindow ( ) : void |
Creates the helper message window that is used to receive messages from the taskbar icon.
|
|
Dispose ( bool disposing ) : void |
Removes the windows hook that receives window messages and closes the underlying helper window.
|
|
OnWindowMessageReceived ( |
Callback method that receives messages from the taskbar area.
|
|
ProcessWindowMessage ( uint msg, |
Processes incoming system messages.
|
|
WindowMessageSink ( ) : System |
public WindowMessageSink ( NotifyIconVersion version ) : System | ||
version | NotifyIconVersion | |
Résultat | System |