TreeView for WinForms | ComponentOne
C1.Win.Interop Namespace / Size Structure / IsEmpty Property

In This Topic
    IsEmpty Property (Size)
    In This Topic
    Gets a value indicating whether of the current Size has zero Width and Height.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    Public ReadOnly Property IsEmpty As Boolean
    [Browsable(false)]
    public bool IsEmpty {get;}
    See Also