Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SpreadHScrollBar Class / Location Property


In This Topic
    Location Property (SpreadHScrollBar)
    In This Topic
    Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
    Syntax
    'Declaration
     
    
    Public Property Location As Point
    'Usage
     
    
    Dim instance As SpreadHScrollBar
    Dim value As Point
     
    instance.Location = value
     
    value = instance.Location
    public Point Location {get; set;}

    Property Value

    The System.Drawing.Point that represents the upper-left corner of the control relative to the upper-left corner of its container.
    See Also