ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / C1ColorPicker Class / GetPreferredSize Method

In This Topic
    GetPreferredSize Method (C1ColorPicker)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function GetPreferredSize( _
       ByVal proposedSize As Size _
    ) As Size
    public override Size GetPreferredSize( 
       Size proposedSize
    )

    Parameters

    proposedSize
    See Also