📚 SAP Business One SDK Help

PaneLevel Property
See Also 

Description

The form's pane level. This property determines what items are visible based on the items FromPane and ToPane properties.

Property type

Read-write property

Syntax

Visual Basic
Public Property PaneLevel() As Long

Remarks

The following shows some example settings for form items:

  • Item1 (FromPane=1, ToPane=1)
  • Item2 (FromPane=2, ToPane=2)
  • Item3 (FromPane=0, ToPane=0)

Setting the form's PaneLevel property to 1 results in Item1 and Item3 visible on the form. 

Items with FromPane=0 and ToPane=0 are always visible, no matter the form's pane level.

See Also