📚 SAP Business One SDK Help

StaticText Object Members
See Also  Overview 

Public Properties

Public Property CaptionThe text to display in the item.
Public Property ItemThe item properties of the static text. You can get the item that specifics the static text, and set the item properties if necessary.

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