WindowAppID Property (C1TaskbarButton)
Gets or sets the application user model ID for an individual window.
[Bindable(BindableSupport.No)]
[DefaultValue("")]
[C1Description("C1TaskbarButton.WindowAppID", "Specifies the application user model ID for an individual window.")]
[C1Category("Behavior")]
public string WindowAppID {get; set;}
'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