ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Framework 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 System.Drawing.Size
    protected abstract System.Drawing.Size GetContentSize()
    See Also