Ribbon for WinForms | ComponentOne
C1.Win.Ribbon Namespace / RibbonItem Class / IsDisposed Property

In This Topic
    IsDisposed Property (RibbonItem)
    In This Topic
    Gets a value indicating whether the RibbonItem has been disposed of.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDisposed As Boolean
    public bool IsDisposed {get;}
    See Also