Data List Begin Drag Event ArgsButton Property
Get the mouse button clicked to start the drag operation
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public MouseButtons Button { get; }VB
Public ReadOnly Property Button As MouseButtons
GetC++
public:
property MouseButtons Button {
MouseButtons get ();
}F#
member Button : MouseButtons with get