TreeView for WinForms | ComponentOne
C1.Framework Namespace / Corners Structure / IsEmpty Property

In This Topic
    IsEmpty Property (Corners)
    In This Topic
    Returns true if the Corners object is empty.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    Public ReadOnly Property IsEmpty As Boolean
    [Browsable(false)]
    public bool IsEmpty {get;}
    See Also