Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
UpDown.getBuddyControl
Retrieves the buddy control for the up-down control (the control that displays the value of the up-down control).
Syntax
public Control getBuddyControl()
Return Value
Returns 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 next control, if there is no previous control), automatically sets the autoBuddy property to false.
See Also setBuddyControl