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
[DefaultValue(false)]
[C1Description("C1ThumbButton.DismissOnClick", "If set to true, the taskbar button's flyout closes immediately when the button is clicked.")]
[C1Category("Behavior")]
public bool DismissOnClick {get; set;}
See Also