UpDown.setBuddyControl

Overview | Methods | This Package | All Packages

UpDown.setBuddyControl

Sets the buddy control for the up-down control (the control that displays the value of the up-down control).

Syntax

public void setBuddyControl( Control control )

Parameters

control

A Control object that represents the buddy control for the up-down control. Setting the autoBuddy property to true automatically sets the buddyControl property to the previous control in the tab order. Setting the buddyControl property to something other than the previous control in the tab order (or the next control if there is no previous control) automatically sets the autoBuddy property to false.

See Also   getBuddyControl