'Declaration
<SRDescriptionAttribute("ControlLocationDescr")> <System.ComponentModel.LocalizableAttribute(True)> <SRCategoryAttribute("CatLayout")> Public Property Location As System.Drawing.Point
'Usage
Dim instance As FormulaBar Dim value As System.Drawing.Point instance.Location = value value = instance.Location
[SRDescription("ControlLocationDescr")] [System.ComponentModel.Localizable(true)] [SRCategory("CatLayout")] public System.Drawing.Point Location {get; set;}
public read-write property Location: System.Drawing.Point;
SRDescriptionAttribute("ControlLocationDescr") System.ComponentModel.LocalizableAttribute() SRCategoryAttribute("CatLayout") public function get,set Location : System.Drawing.Point