LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

GetPreferredSize Method (ImageListBox)







A System.Drawing.Size object that represents a proposed preferred size of the ImageListBox.
Retrieves the size of a rectangular area into which a control can be fit.
Syntax
public override Size GetPreferredSize( 
   Size proposedSize
)
'Declaration
 
Public Overrides Function GetPreferredSize( _
   ByVal proposedSize As Size _
) As Size
'Usage
 
Dim instance As ImageListBox
Dim proposedSize As Size
Dim value As Size
 
value = instance.GetPreferredSize(proposedSize)
public override Size GetPreferredSize( 
   Size proposedSize
)
 function Leadtools.Medical.Workstation.UI.ImageListBox.GetPreferredSize( 
   proposedSize 
)
public: Size GetPreferredSize( 
   Size proposedSize
) override 
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ImageListBox Class
ImageListBox Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.