Xceed Grid for WinForms v4.3 Documentation
QueryImage Event (WinComboBox)


Xceed.Grid.v4.3 Assembly > Xceed.Editors Namespace > WinComboBox Class : QueryImage Event
Raised when the ImagePosition property is set to ImagePosition.Left or ImagePosition.Right and allows the image that is to be painted to be changed or modified.
Syntax
'Declaration
 
<DescriptionAttribute("Raised when the ImagePosition property is set to ImagePosition.Left or ImagePosition.Right and allows the image that is to be painted to be changed or modified.")>
<CategoryAttribute("Paint")>
Public Event QueryImage As QueryImageEventHandler
'Usage
 
Dim instance As WinComboBox
Dim handler As QueryImageEventHandler
 
AddHandler instance.QueryImage, handler
[Description("Raised when the ImagePosition property is set to ImagePosition.Left or ImagePosition.Right and allows the image that is to be painted to be changed or modified.")]
[Category("Paint")]
public event QueryImageEventHandler QueryImage
Event Data

The event handler receives an argument of type QueryImageEventArgs containing data related to this event. The following QueryImageEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets 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