InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / CompositeIconElement Class / HitTestable Property

In This Topic
    HitTestable Property (CompositeIconElement)
    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