ActionsPane.Bounds Property

Definition

Gets or sets the size and location of the actions pane control including its nonclient elements, in pixels, relative to its parent.

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

Property Value

The size and location of the actions pane control including its nonclient elements, in pixels, relative to its parent.

Attributes

Remarks

The size and location of the actions pane cannot be changed by setting this property. For information about how to programmatically resize and the change the location of the actions pane, see Actions Pane Overview.

Applies to