InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / 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
     
    Public ReadOnly Property IsEmpty As Boolean
    public bool IsEmpty {get;}
    See Also