Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / C1Ribbon Class / Location Property

In This Topic
    Location Property (C1Ribbon)
    In This Topic
    Gets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container.
    Syntax
    'Declaration
     
    
    Public Shadows Property Location As Point
    public new Point Location {get; set;}
    See Also