Active Query Builder 2 .NET Edition reference
FieldListDrawItem Event



Called to draw an item of the DataSource Field List.
Syntax
'Declaration
 
Public Event FieldListDrawItem As FieldListDrawItemEventHandler
'Usage
 
Dim instance As QueryBuilder
Dim handler As FieldListDrawItemEventHandler
 
AddHandler instance.FieldListDrawItem, handler
public event FieldListDrawItemEventHandler FieldListDrawItem
public: __event FieldListDrawItemEventHandler* FieldListDrawItem
Remarks

You can use this event to perform the tasks needed to draw items in the DataSource Field List.

It contains all the information that is needed for the user to paint the specified item, including the MetadataField, the Rectangle, and the Graphics on which the drawing should be done. The state parameter specifies the state of an item that is being drawn.

Set the handled parameter to true to indicate that the event was handled.

See Also

Reference

QueryBuilder Class
QueryBuilder Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback