ActionsPane.SetBounds Method
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.
Sets the bounds of the actions pane.
Overloads
SetBounds(Int32, Int32, Int32, Int32) |
Sets the bounds of the actions pane to the specified location and size. |
SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) |
Sets the specified bounds of the actions pane to the specified location and size. |
Remarks
This method provides the same functionality as the System.Windows.Forms.Control.SetBounds method. For more information about using this method, see System.Windows.Forms.Control.SetBounds.
SetBounds(Int32, Int32, Int32, Int32)
Sets the bounds of the actions pane to the specified location and size.
public:
void SetBounds(int x, int y, int width, int height);
public void SetBounds (int x, int y, int width, int height);
abstract member SetBounds : int * int * int * int -> unit
Public Sub SetBounds (x As Integer, y As Integer, width As Integer, height As Integer)
Parameters
Remarks
This method provides the same functionality as the System.Windows.Forms.Control.SetBounds(Int32, Int32, Int32, Int32) method. For more information about using this method, see System.Windows.Forms.Control.SetBounds(Int32, Int32, Int32, Int32).
Applies to
SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified)
Sets the specified bounds of the actions pane to the specified location and size.
public:
void SetBounds(int x, int y, int width, int height, System::Windows::Forms::BoundsSpecified specified);
public void SetBounds (int x, int y, int width, int height, System.Windows.Forms.BoundsSpecified specified);
abstract member SetBounds : int * int * int * int * System.Windows.Forms.BoundsSpecified -> unit
Public Sub SetBounds (x As Integer, y As Integer, width As Integer, height As Integer, specified As BoundsSpecified)
Parameters
- specified
- BoundsSpecified
A bitwise combination of the BoundsSpecified values. For any parameter not specified, the current value will be used.
Remarks
This method provides the same functionality as the System.Windows.Forms.Control.SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) method. For more information about using this method, see System.Windows.Forms.Control.SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified).