📚 SAP Business One SDK Help

Active Property
See Also 

Description

Indicates whether the item has the focus. Set the property as follows:

  • True: Puts the focus on the item.
  • False: Removes the focus from the item. If the item had been in focus, the focus moves to the next item that can get the focus.

Property type

Read-write property

Syntax

Visual Basic
Public Property Active() As Boolean

Example

See Also