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;}
See Also