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