TabPage.Location Property

Definition

This property is not meaningful for this control.

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

Property Value

The x and y coordinates which specifies the location of the object.

Attributes

Applies to