Calendar for WinForms | ComponentOne
C1.Win.Input.Base.DropDownForms Namespace / DropDownFormBase Class / GetContentSize Method

In This Topic
    GetContentSize Method (DropDownFormBase)
    In This Topic
    Returns the initial size for drop down form.
    Syntax
    'Declaration
     
    
    Protected MustOverride Function GetContentSize() As Size
    protected abstract Size GetContentSize()
    See Also