Xceed Grid for WinForms v4.3 Documentation
QueryImageEventArgs Constructor


Xceed.Grid.v4.3 Assembly > Xceed.Editors Namespace > QueryImageEventArgs Class : QueryImageEventArgs Constructor
A reference to an System.Drawing.Image representing the image to be painted in the WinComboBox.
Initializes a new instance of the QueryImageEventArgs class specifying the image to be painted in the WinComboBox.
Syntax
'Declaration
 
Public Function New( _
   ByVal image As Image _
)
'Usage
 
Dim image As Image
 
Dim instance As New QueryImageEventArgs(image)
public QueryImageEventArgs( 
   Image image
)

Parameters

image
A reference to an System.Drawing.Image representing the image to be painted in the WinComboBox.
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

QueryImageEventArgs Class
QueryImageEventArgs Members