BaseComboBoxCellComputeBorderStyleCellStateAndCellBounds Method
Compute the border style, cell state, and cell bounds
Namespace: EWSoftware.ListControls.DataGridViewControlsAssembly: 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
)
Protected Sub ComputeBorderStyleCellStateAndCellBounds (
rowIndex As Integer,
<OutAttribute> ByRef dgvabsEffective As DataGridViewAdvancedBorderStyle,
<OutAttribute> ByRef cellState As DataGridViewElementStates,
<OutAttribute> ByRef cellBounds As Rectangle
)
protected:
void ComputeBorderStyleCellStateAndCellBounds(
int rowIndex,
[OutAttribute] DataGridViewAdvancedBorderStyle^% dgvabsEffective,
[OutAttribute] DataGridViewElementStates% cellState,
[OutAttribute] Rectangle% cellBounds
)
member ComputeBorderStyleCellStateAndCellBounds :
rowIndex : int *
dgvabsEffective : DataGridViewAdvancedBorderStyle byref *
cellState : DataGridViewElementStates byref *
cellBounds : Rectangle byref -> unit
Parameters
- rowIndex Int32
- The row state
- dgvabsEffective DataGridViewAdvancedBorderStyle
- The effective border style
- cellState DataGridViewElementStates
- The cell state
- cellBounds Rectangle
- The cell bounds