ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / XView Class / GetPreferredSize Method

In This Topic
    GetPreferredSize Method (XView)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetPreferredSize( _
       ByVal proposedSize As System.Drawing.Size _
    ) As System.Drawing.Size
    public virtual System.Drawing.Size GetPreferredSize( 
       System.Drawing.Size proposedSize
    )

    Parameters

    proposedSize
    See Also