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

In This Topic
    RegistryProgID Property
    In This Topic
    Gets or sets the ProgID of the registered application.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("")>
    <BindableAttribute(BindableSupport.No)>
    <C1DescriptionAttribute("C1TaskbarButton.RegistryProgID", "Specifies the ProgID of the registered application.")>
    Public Property RegistryProgID As String
    [DefaultValue("")]
    [Bindable(BindableSupport.No)]
    [C1Description("C1TaskbarButton.RegistryProgID", "Specifies the ProgID of the registered application.")]
    public string RegistryProgID {get; set;}
    Remarks
    If this property contains an empty string, the application user model ID is used as a ProgID.
    See Also