Package com.ms.ui |
![]() Previous |
![]() Contents |
![]() Index |
![]() Next |
public class UIBandThumb extends UIThumb { // Constructors public UIBandThumb(); public UIBandThumb(Component comp); // Methods public Insets insets(); public void paint(Graphics g); }
A class that manages a band thumb object, which provides a tool on a band control to allow maximizing and sliding of the control.
public UIBandThumb();Creates a band thumb control with no content.
public UIBandThumb(Component comp);Creates a band thumb control using the specified component for content.
Parameter Description comp The component to be displayed within the control.
public Insets insets();Determines the band thumb control's insets, which indicate the size of the control's border.
Return Value:
Returns an Insets object containing the band thumb control's insets.
public void paint(Graphics g);Draws the band thumb control.
Return Value:
No return value.
Parameter Description g The graphics context.
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.