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

In This Topic
    WindowAppID Property (C1TaskbarButton)
    In This Topic
    Gets or sets the application user model ID for an individual window.
    Syntax
    'Declaration
     
    
    <BindableAttribute(BindableSupport.No)>
    <DefaultValueAttribute("")>
    <C1DescriptionAttribute("C1TaskbarButton.WindowAppID", "Specifies the application user model ID for an individual window.")>
    <C1CategoryAttribute("Behavior")>
    Public Property WindowAppID As String
    [Bindable(BindableSupport.No)]
    [DefaultValue("")]
    [C1Description("C1TaskbarButton.WindowAppID", "Specifies the application user model ID for an individual window.")]
    [C1Category("Behavior")]
    public string WindowAppID {get; set;}
    See Also