ButtonSpinnerLocation Property
In This Topic
Gets/Sets the location of the Up/Down buttons (either on the left or on the right) of numericUpDown controls.
Syntax
'Declaration
Public Property ButtonSpinnerLocation As Location
'Usage
Dim instance As UpDownBase(Of T)
Dim value As Location
instance.ButtonSpinnerLocation = value
value = instance.ButtonSpinnerLocation
public Location ButtonSpinnerLocation {get; set;}
Property Value
Right or Left
Requirements
See Also