DataBind | The DataBind object tied to this item. |
Item | The item properties of the picture box. You can get the item that specifics the picture box, and set the item properties if necessary. |
Picture | The path of an image file to be displayed in the picture box. |
ClickAfter | The event occurs after the main mouse button was clicked. |
ClickBefore | The event occurs before the main mouse button was clicked. |
DoubleClickAfter | The event occurs after the main mouse button was double clicked. |
DoubleClickBefore | The event occurs before the main mouse button was double clicked. |
PressedAfter | The event occurs after the item was pressed, that is, a mouse is released within an item. |
PressedBefore | The event occurs before the item was pressed. |