←Select platform

GetPreferredSize Method

Summary

Retrieves the size of a rectangular area into which a control can be fit.

Syntax

C#
VB
C++
public override Size GetPreferredSize( 
   Size proposedSize 
) 
  
Public Overrides Function GetPreferredSize( _ 
   ByVal proposedSize As Size _ 
) As Size 
public: 
Size GetPreferredSize(  
   Size proposedSize 
) override  

Parameters

proposedSize
A System.Drawing.Size object that represents a proposed preferred size of the ImageListBox.

Return Value

A System.Drawing.Size ordered pair, representing the width and height of a rectangle.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly