ActionsPane.Location Property

Definition

Gets or sets the coordinates of the upper-left corner of the actions pane relative to the upper-left corner of its container.

public:
 property System::Drawing::Point Location { System::Drawing::Point get(); void set(System::Drawing::Point value); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.Localizable(true)]
public System.Drawing.Point Location { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.Localizable(true)>]
member this.Location : System.Drawing.Point with get, set
Public Property Location As Point

Property Value

The upper-left corner of the actions pane relative to the upper-left corner of its container.

Attributes

Remarks

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

Applies to