LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

GetPreferredSize Method (ImageListBox)

Show in webframe






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: 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

See Also

Reference

ImageListBox Class
ImageListBox Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.