InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ParagraphElement Class / Enabled Property

In This Topic
    Enabled Property (ParagraphElement)
    In This Topic
    Gets or sets whether the element is enabled (can receive mouse and keyboard messages).
    Syntax
    'Declaration
     
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    See Also