ComponentOne Windows 7 Control Pack for WinForms
DismissOnClick Property



C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1ThumbButton Class : DismissOnClick Property
Gets or sets the property that describes the behavior when the button is clicked. If set to true, the taskbar button's flyout will close immediately.
Syntax
<C1DescriptionAttribute("If set to true, the taskbar button's flyout closes immediately when the button is clicked.")>
<DefaultValueAttribute()>
<C1CategoryAttribute("動作")>
Public Property DismissOnClick As Boolean
Dim instance As C1ThumbButton
Dim value As Boolean
 
instance.DismissOnClick = value
 
value = instance.DismissOnClick
[C1Description("If set to true, the taskbar button's flyout closes immediately when the button is clicked.")]
[DefaultValue()]
[C1Category("動作")]
public bool DismissOnClick {get; set;}
[C1Description("If set to true, the taskbar button's flyout closes immediately when the button is clicked.")]
[DefaultValue()]
[C1Category("動作")]
public:
property bool DismissOnClick {
   bool get();
   void set (    bool value);
}
See Also

Reference

C1ThumbButton Class
C1ThumbButton Members