Method | Description | |
---|---|---|
OnShutdown ( UIControlledApplication a ) : Result | ||
OnStartup ( UIControlledApplication a ) : Result | ||
ToggleSubscription2 ( IExternalEventHandler handler ) : bool |
Toggle on and off subscription to automatic cloud updates. Return true when subscribed.
|
Method | Description | |
---|---|---|
AddRibbonPanel ( UIControlledApplication a ) : void |
Create a custom ribbon panel and populate it with our commands, saving the resulting ribbon items for later access.
|
|
GetBitmapImage ( |
Load a new icon bitmap from embedded resources. For the BitmapImage, make sure you reference WindowsBase and PresentationCore, and import the System.Windows.Media.Imaging namespace.
|
|
IconResourcePath ( string name, string size ) : string |
Return path to embedded resource icon
|
public OnShutdown ( UIControlledApplication a ) : Result | ||
a | UIControlledApplication | |
return | Result |
public OnStartup ( UIControlledApplication a ) : Result | ||
a | UIControlledApplication | |
return | Result |
public static ToggleSubscription2 ( IExternalEventHandler handler ) : bool | ||
handler | IExternalEventHandler | |
return | bool |