📚 SAP Business One SDK Help

PictureBox Object Members
See Also  Overview 

Public Properties

Public Property DataBindThe DataBind object tied to this item.
Public Property ItemThe item properties of the picture box. You can get the item that specifics the picture box, and set the item properties if necessary.
Public Property PictureThe path of an image file to be displayed in the picture box.

Events

Public Event ClickAfterThe event occurs after the main mouse button was clicked.
Public Event ClickBeforeThe event occurs before the main mouse button was clicked.
Public Event DoubleClickAfterThe event occurs after the main mouse button was double clicked.
Public Event DoubleClickBeforeThe event occurs before the main mouse button was double clicked.
Public Event PressedAfterThe event occurs after the item was pressed, that is, a mouse is released within an item.
Public Event PressedBeforeThe event occurs before the item was pressed.

See Also