ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.Design Namespace / VDLNodePropertiesDialog Class / GetPreferredSize Method

In This Topic
    GetPreferredSize Method (VDLNodePropertiesDialog)
    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