Input for WinForms | ComponentOne
C1.Framework Namespace / ParagraphElement Class / HitTestable Property

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