Property | Type | Description | |
---|---|---|---|
InitializeComponent | void | ||
LinkClicked | void | ||
UpdateButtons | void | ||
buttonAdd_Click | void | ||
buttonIntegrate_Click | void | ||
buttonRemove_Click | void | ||
buttonRun_Click | void | ||
buttonSelectCommand_Click | void | ||
buttonSelectVersion_Click | void | ||
buttonUpdate_Click | void | ||
iconDownloadWorker_DoWork | void | ||
iconDownloadWorker_RunWorkerCompleted | void |
Method | Description | |
---|---|---|
AppTile ( [ interfaceUri, [ appName, AppStatus status, [ iconCache = null, bool machineWide = false ) : System |
Creates a new application tile.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LinkClicked ( object sender, EventArgs e ) : void | ||
UpdateButtons ( ) : void |
Updates the visibility and icons of buttons based on the Status.
|
|
buttonAdd_Click ( object sender, EventArgs e ) : void | ||
buttonIntegrate_Click ( object sender, EventArgs e ) : void | ||
buttonRemove_Click ( object sender, EventArgs e ) : void | ||
buttonRun_Click ( object sender, EventArgs e ) : void | ||
buttonSelectCommand_Click ( object sender, EventArgs e ) : void | ||
buttonSelectVersion_Click ( object sender, EventArgs e ) : void | ||
buttonUpdate_Click ( object sender, EventArgs e ) : void | ||
iconDownloadWorker_DoWork ( object sender, DoWorkEventArgs e ) : void | ||
iconDownloadWorker_RunWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void |
public AppTile ( [ interfaceUri, [ appName, AppStatus status, [ iconCache = null, bool machineWide = false ) : System | ||
interfaceUri | [ | The interface URI of the application this tile represents. |
appName | [ | The name of the application this tile represents. |
status | AppStatus | Describes whether the application is listed in the |
iconCache | [ | The icon cache used to retrieve icons specified in |
machineWide | bool | Apply operations machine-wide instead of just for the current user. |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |