Прочетете на английски Редактиране

Споделяне чрез


ScrollableControl.DisplayRectangle Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the rectangle that represents the virtual display area of the control.

C#
public override System.Drawing.Rectangle DisplayRectangle { get; }

Property Value

A Rectangle that represents the display area of the control.

Remarks

If the AutoScroll property is set to true, the DisplayRectangle property is the virtual size and position of the ScrollableControl control. For example, if the width and height of the ScrollableControl are both 100 pixels and the control contains controls that extend beyond its boundaries, DisplayRectangle represents the size the ScrollableControl needs to be to include the contained controls. Similarly, the X and Y properties of DisplayRectangle are relevant to the scroll position of the ScrollableControl.

Applies to

Продукт Версии
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also