ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / RibbonGroup Class / IsDisposed Property

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