Microsoft SDK for Java

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

© 1999 Microsoft Corporation. All rights reserved. Terms of use.