📚 SAP Business One SDK Help

LinkedButton Object Members
See Also  Overview 

Public Properties

Public Property ItemThe item properties of the linked button. You can get the item that specifics the linked button, and set the item properties if necessary.
Public Property LinkedFormXmlPathThe *.srf file path of the target user-defined form. This *.srf file can be edited through SAP Business One Studio Suite.
Public Property LinkedObjectThe target object of the arrow link.
Public Property LinkedObjectTypeThe target object type.

Use this property to link to objects that are not supported by the LinkedObject property (object type does not exist in BoLinkedObject).

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