📚 SAP Business One SDK Help

CheckBoxColumn Object Members
See Also  Overview 

Public Methods

Public Method CheckSimulates a user selecting and deselecting the check box.
Public Method ClickSimulates a user click (main mouse button) on the specified cell.
Public Method IsCheckedIndicates whether the check box is selected.

Public Properties

Public Property AffectsFormModeIndicates whether this item triggers a change in the form mode.
Public Property BackColorThe background color of text or graphics in an item.
Public Property ColumnSettingThe settings for a special column cell in a grid or matrix.
Public Property DescriptionThe item description in the SAP Business One status bar.
Public Property EditableIndicates whether the column is editable.
Public Property FontSizeThe font size for EditText, ComboBox, and StaticText items.
Public Property ForeColorThe foreground color of text or graphics in an item.
Public Property RightJustifiedIndicates whether the item is right-justified.
Public Property TextStyleIndicates the font style of text displayed by the item.
Public Property TitleObjectThe column title and its properties.
Public Property TypeThe column type.
Public Property UniqueIDThe item's unique ID.
Public Property VisibleIndicates whether the item is visible.
Public Property WidthThe item's width, in pixels.

Events

Public Event ChooseFromListAfterThe event occurs after the user makes a selection in the ChooseFromList form or chooses Cancel.
Public Event ChooseFromListBeforeThe event occurs before the ChooseFromList form is displayed.
Public Event ClickAfterClickAfter
Public Event ClickBeforeClickBefore
Public Event CollapsePressedAfterThe event occurs after the collapse button is pressed.
Public Event CollapsePressedBeforeThe event occurs before the collapse button is pressed.
Public Event ComboSelectAfterThe event occurs after a value was selected in a combo box.
Public Event ComboSelectBeforeThe event occurs before a value was selected in a combo box.
Public Event DatasourceLoadAfterThe event occurs after data was loaded from the GUI into a matrix data source.
Public Event DatasourceLoadBeforeThe event occurs before data was loaded from the GUI into a matrix data source.
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 GotFocusAfterGotFocusAfter
Public Event GridSortAfterThe event occurs after a grid column was sorted.
Public Event GridSortBeforeThe event occurs before a grid column was sorted.
Public Event KeyDownAfterThe event occurs after the key was pressed.
Public Event KeyDownBeforeThe event occurs before the key was pressed.
Public Event LinkPressedAfterThe event occurs after a link arrow was pressed.
Public Event LinkPressedBeforeThe event occurs before a link arrow was pressed.
Public Event LostFocusAfterLostFocusAfter
Public Event MatrixLoadAfterThe event occurs after data was loaded from the database into a matrix data source.
Public Event MatrixLoadBeforeThe event occurs before data was loaded from the database into a matrix data source.
Public Event PickerClickedBeforeThe event occurs before the Picker form is displayed.
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.
Public Event ValidateAfterAn item lost focus and validation is required. The event occurs after the validation.
Public Event ValidateBeforeAn item lost focus and validation is required. The event occurs after the validation.

See Also