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

In This Topic
    HitTestable Property (DropDownEditorViewBase)
    In This Topic
    Gets or sets whether the element is hit-testable (receives mouse messages).
    Syntax
    'Declaration
     
    
    Public Property HitTestable As Boolean
    public bool HitTestable {get; set;}
    See Also