Xceed Grid for WinForms v4.3 Documentation
Image Property (QueryImageEventArgs)


Xceed.Grid.v4.3 Assembly > Xceed.Editors Namespace > QueryImageEventArgs Class : Image Property
Gets or sets the image to be painted in the WinComboBox.
Syntax
'Declaration
 
Public Property Image As Image
'Usage
 
Dim instance As QueryImageEventArgs
Dim value As Image
 
instance.Image = value
 
value = instance.Image
public Image Image {get; set;}

Property Value

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