ToolStripPanelRow::DisplayRectangle Property

 

Gets the display area of the control.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Rectangle DisplayRectangle {
	Rectangle get();
}

Property Value

Type: System.Drawing::Rectangle

A Rectangle representing the size and location.

While the Bounds property gets the nonclient and client elements, the DisplayRectangle property gets only the client elements of the control.

.NET Framework
Available since 2.0
Return to top
Show: