Input for WinForms | ComponentOne
C1.Win.Input Namespace / C1PictureBox Class / FocusOnClick Property

In This Topic
    FocusOnClick Property
    In This Topic
    Gets or sets the value indicating whether the picture box receives focus when clicked.
    Syntax
    'Declaration
     
    
    Public Property FocusOnClick As Boolean
    public bool FocusOnClick {get; set;}
    See Also