WinForms Edition Documentation
C1.Win.C1Win7Pack Namespace / C1ThumbButton Class / DismissOnClick Property

In This Topic
DismissOnClick Property
In This Topic
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
'Declaration
 
<DefaultValueAttribute(False)>
<C1DescriptionAttribute("C1ThumbButton.DismissOnClick", "If set to true, the taskbar button's flyout closes immediately when the button is clicked.")>
<C1CategoryAttribute("Behavior")>
Public Property DismissOnClick As Boolean
 
See Also