ActionsPane.ClientSize Property

Definition

Gets or sets the height and width of the client area of the actions pane.

public:
 property System::Drawing::Size ClientSize { System::Drawing::Size get(); void set(System::Drawing::Size value); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public System.Drawing.Size ClientSize { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
member this.ClientSize : System.Drawing.Size with get, set
Public Property ClientSize As Size

Property Value

The dimensions of the client area of the actions pane.

Attributes

Remarks

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

Applies to