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