dbicDropDate Send comments on this topic.
Button Property
See Also 
dbicDropDate Assembly > Dbi.WinControl.DropDate Namespace > SpinClickEventArgs Class : Button Property

Indicates which spin button was clicked on.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Button As Short
C# 
public short Button {get;}

Property Value

short

Remarks

A value of 0 represents the top spin button, and a value of 1 represents the bottom spin button.

Requirements

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

See Also