ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Element Class / HitTestable Property

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