ComponentOne Windows 7 Control Pack for WinForms
WindowAppID Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1TaskbarButton Class : WindowAppID Property
Gets or sets the application user model ID for an individual window.
Syntax
<C1DescriptionAttribute("Specifies the application user model ID for an individual window.")>
<C1CategoryAttribute("動作")>
<BindableAttribute(Bindable=False, Direction=BindingDirection.OneWay)>
<DefaultValueAttribute()>
Public Property WindowAppID As String
Dim instance As C1TaskbarButton
Dim value As String
 
instance.WindowAppID = value
 
value = instance.WindowAppID
[C1Description("Specifies the application user model ID for an individual window.")]
[C1Category("動作")]
[Bindable(Bindable=false, Direction=BindingDirection.OneWay)]
[DefaultValue()]
public string WindowAppID {get; set;}
[C1Description("Specifies the application user model ID for an individual window.")]
[C1Category("動作")]
[Bindable(Bindable=false, Direction=BindingDirection.OneWay)]
[DefaultValue()]
public:
property String^ WindowAppID {
   String^ get();
   void set (    String^ value);
}
See Also

Reference

C1TaskbarButton Class
C1TaskbarButton Members