Méthode | Description | |
---|---|---|
Register ( |
Registers an application as a candidate for a default program for some service in the current system. This can only be applied machine-wide, not per user.
|
|
Unregister ( [ defaultProgram, bool accessPoint = false ) : void |
Unregisters an application as a candidate for a default program in the current system. This can only be applied machine-wide, not per user.
|
Méthode | Description | |
---|---|---|
ToggleIconsVisible ( Store defaultProgram, bool iconsVisible ) : void |
Toggles the registry entry indicating whether icons for the application are currently visible.
|
public static Register ( |
||
target | The application being integrated. | |
defaultProgram | [ | The default program information to be registered. |
handler | [ | A callback object used when the the user is to be informed about the progress of long-running operations such as downloads. |
accessPoint | bool | Indicates that the program should be set as the current default for the service it provides. |
Résultat | void |
public static Unregister ( [ defaultProgram, bool accessPoint = false ) : void | ||
defaultProgram | [ | The default program information to be removed. |
accessPoint | bool | Indicates that the program was set as the current default for the service it provides. |
Résultat | void |