ControlDesigner.ControlDesignerAccessibleObject.Bounds Property

Definition

Gets the points that define the boundaries of the accessible object for the designer.

public:
 virtual property System::Drawing::Rectangle Bounds { System::Drawing::Rectangle get(); };
public override System.Drawing.Rectangle Bounds { get; }
member this.Bounds : System.Drawing.Rectangle
Public Overrides ReadOnly Property Bounds As Rectangle

Property Value

A Rectangle that indicates the boundaries of the accessible object for the designer.

Applies to

See also