ActionsPane.ClientRectangle Property

Definition

Gets the rectangle that represents the client area of the actions pane.

public:
 property System::Drawing::Rectangle ClientRectangle { System::Drawing::Rectangle get(); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Drawing.Rectangle ClientRectangle { get; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
member this.ClientRectangle : System.Drawing.Rectangle
Public ReadOnly Property ClientRectangle As Rectangle

Property Value

The client area of the actions pane.

Attributes

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.ClientRectangle property. For more information about using this property, see System.Windows.Forms.Control.ClientRectangle.

Applies to