📚 SAP Business One SDK Help

Button Object Members
See Also  Overview 

Public Properties

Public Property CaptionThe caption of the button.
Public Property ChooseFromListUIDThe unique ID of the ChooseFromList object to attach with this item.
Public Property ImageA path to an image displayed on the button.
Public Property ItemThe item properties of the button. You can get the item that specifics the button, and set the item properties if necessary.
Public Property TypeThe button's type (picture or caption).

Events

Public Event ChooseFromListAfterThe event occurs after the user makes a selection in the ChooseFromList form or chooses Cancel.
Public Event ChooseFromListBeforeThe event occurs before the ChooseFromList form is displayed.
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 KeyDownAfterThe event occurs after the key was pressed.
Public Event KeyDownBeforeThe event occurs before the key was pressed.
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