ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework Namespace / Element Class / Location Property

In This Topic
    Location Property (Element)
    In This Topic
    Gets or sets the location of the element within its parent.
    Syntax
    'Declaration
     
    Public Overridable Property Location As System.Drawing.Point
    public virtual System.Drawing.Point Location {get; set;}
    See Also