ComponentOne Windows 7 Control Pack for WinForms
C1.Win.C1Win7Pack Namespace / C1TaskbarButton Class / ProcessAppID Property

In This Topic
    ProcessAppID Property
    In This Topic
    Gets or sets the current process' explicit application user model ID.
    Syntax
    'Declaration
     
    
    Public Shared Property ProcessAppID As String
    public static string ProcessAppID {get; set;}
    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