Input for WinForms | ComponentOne
C1.Win.Input.Base.Views Namespace / DropDownEditorViewBase Class / Location Property

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