ComponentOne CalendarView for WinForms
C1.Win.C1Input 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