BaseComboBoxCellComputeBorderStyleCellStateAndCellBounds Method

Compute the border style, cell state, and cell bounds

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected void ComputeBorderStyleCellStateAndCellBounds(
	int rowIndex,
	out DataGridViewAdvancedBorderStyle dgvabsEffective,
	out DataGridViewElementStates cellState,
	out Rectangle cellBounds
)

Parameters

rowIndex  Int32
The row state
dgvabsEffective  DataGridViewAdvancedBorderStyle
The effective border style
cellState  DataGridViewElementStates
The cell state
cellBounds  Rectangle
The cell bounds

See Also