ActionsPane.ClientSize 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 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.