Excalibur Software PropertyList 3.0
ShowEditControl
Event ShowEditControl(iProp As Property, _
lLeft As Long, lTop As Long, _
lRight As Long, lBottom As Long, _
bUseIntrinsic As Boolean)
Description
Occurs when the user needs to display a custom edit
control over an owner-drawn list item.
Parameters:
- iProp - The Property object to display the edit
field for.
- lLeft, lTop - The X and Y coordinates specifying
where to place the top and left edges of the edit field.
- lRight, lBottom - The X and Y coordinates specifying
where to place the right and bottom edges of the edit field.
- bUseIntrinsic - Set this value to True if you want
the PropertyList to display its own edit field for this
item. The PropertyList will place its textbox in the value
column for this item. You should only set this parameter
to True if you are not going to display your own edit
field.
Remarks
There
is an example project included with the PropertyList 3.0
package that demonstrates how to use owner-draw.