ComponentOne Windows 7 Control Pack for WinForms
ProcessAppID Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskbarButton Class : ProcessAppID Property
Gets or sets the current process' explicit application user model ID.
Syntax
Public Shared Property ProcessAppID As String
Dim value As String
 
C1TaskbarButton.ProcessAppID = value
 
value = C1TaskbarButton.ProcessAppID
public static string ProcessAppID {get; set;}
public:
static property String^ ProcessAppID {
   String^ get();
   void set (    String^ value);
}
Remarks
An application must set this property during an application's initial startup routine before the application presents any UI or makes any manipulation of its Jump Lists.
See Also

Reference

C1TaskbarButton Class
C1TaskbarButton Members