RubberBandVisible property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Visual J++ example

Syntax BOOL RubberBandVisible

Overview:  Refer to Marking a Selection with a Rubberband

Remarks

Controls the visibility of the rubberband, which is a one-pixel outline of a rectangle on the display surface.

Typically, you would use this method to display an area that the user selects with a mouse. This method works with the following method and properties:

Setting

Description

TRUE

Makes the rubberband visible (turning it on).

FALSE

Makes the rubberband invisible (turning it off).

See Also

Elements:  RubberBandHeight property, RubberBandLeft property, RubberBandTop property, RubberBandWidth property, SetRubberBandRect method

Topics:  Working with the Control: Client Area Usage