| C1.Win.C1Win7Pack.4 Assembly > C1.Win.C1Win7Pack Namespace > C1ThumbButton Class : DismissOnClick Property |
<C1DescriptionAttribute("If set to true, the taskbar button's flyout closes immediately when the button is clicked.")>
<DefaultValueAttribute()>
<C1CategoryAttribute("Behavior")>
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("Behavior")]
public bool DismissOnClick {get; set;}
[C1Description("If set to true, the taskbar button's flyout closes immediately when the button is clicked.")]
[DefaultValue()]
[C1Category("Behavior")]
public:
property bool DismissOnClick {
bool get();
void set ( bool value);
}
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2