dbicExplorerBar Send comments on this topic.
DropButtonClick Event
See Also 
dbicExplorerBar Assembly > Dbi.WinControl.ExplorerBar Namespace > dbiExplorerBar Class : DropButtonClick Event

Occurs when the DropButton is clicked.

Syntax

Visual Basic (Declaration) 
Public Event DropButtonClick As dbiExplorerBar.EventDropButtonClickHandle
C# 
public event dbiExplorerBar.EventDropButtonClickHandle DropButtonClick

Event Data

The event handler receives an argument of type DropButtonClickEventArgs containing data related to this event. The following DropButtonClickEventArgs properties provide information specific to this event.

PropertyDescription
MouseEvents The MouseEventArgs that occur when the DropButton is clicked.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also