Méthode | Description | |
---|---|---|
CreateJumpList ( ) : |
Create a JumpList for the application's taskbar button. If there are any other child (top-level) windows for this application and they don't have a specific JumpList created for them, they all will share the same JumpList as the main application window. In order to have a individual JumpList for a top-level window, use the overloaded method CreateJumpListForIndividualWindow. |
|
CreateJumpListForIndividualWindow ( string appId, IntPtr windowHandle ) : |
Create a JumpList for the application's taskbar button.
|
|
CreateJumpListForIndividualWindow ( string appId, System.Windows.Window window ) : |
Create a JumpList for the application's taskbar button.
|
public static CreateJumpList ( ) : |
||
Résultat |
public static CreateJumpListForIndividualWindow ( string appId, IntPtr windowHandle ) : |
||
appId | string | Application Id for the individual window. This must be unique for each top-level window in order to have a individual JumpList. |
windowHandle | IntPtr | Handle of the window associated with the new JumpList |
Résultat |
public static CreateJumpListForIndividualWindow ( string appId, System.Windows.Window window ) : |
||
appId | string | Application Id for the individual window. This must be unique for each top-level window in order to have a individual JumpList. |
window | System.Windows.Window | WPF Window associated with the new JumpList |
Résultat |