TabPage.Location 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.
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