RubberBandVisible property (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder 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:

image\sqrblit.gif The SetRubberBandRect method sets the size and position of the rectangle.

image\sqrblit.gif The RubberbandHeight property is the current height.

image\sqrblit.gif The RubberbandLeft property is the current X coordinate of the origin of the rubberband.

image\sqrblit.gif The RubberbandTop property is the current Y coordinate of the origin of the rubberband..

image\sqrblit.gif The RubberbandWidth property is the current width.

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