Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / CustomTooltipDisplayingEventArgs Class / ScreenPoint Property

In This Topic
    ScreenPoint Property (CustomTooltipDisplayingEventArgs)
    In This Topic
    A position of the Popup control relative to the upper-left corner of the screen.
    Syntax
    'Declaration
     
    
    Public Property ScreenPoint As Point
    public Point ScreenPoint {get; set;}
    See Also