📚 SAP Business One SDK Help

GetFormItemDefaultHeight Method
See Also 
itemType
Type of the item.

Description

Returns the default height of the item.

Syntax

Visual Basic
Public Function GetFormItemDefaultHeight( _
   ByVal itemType As BoFormSizeableItemTypes _
) As Long

Parameters

itemType
ValueDescription
fsit_BUTTONButton
fsit_STATICStaticText
fsit_EDITEditText
fsit_FOLDERFolder
fsit_COMBO_BOXComboBox
fsit_CHECK_BOXCheckBox
fsit_OPTION_BUTTONOptionBtn
fsit_PANE_COMBO_BOXPaneComboBox
fsit_BUTTON_COMBOButtonCombo
Type of the item.

See Also