Base Combo Box CellCompute Border Style Cell State And Cell Bounds Method
Compute the border style, cell state, and cell bounds
Definition
Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected void ComputeBorderStyleCellStateAndCellBounds(
int rowIndex,
out DataGridViewAdvancedBorderStyle dgvabsEffective,
out DataGridViewElementStates cellState,
out Rectangle cellBounds
)VB
Protected Sub ComputeBorderStyleCellStateAndCellBounds (
rowIndex As Integer,
<OutAttribute> ByRef dgvabsEffective As DataGridViewAdvancedBorderStyle,
<OutAttribute> ByRef cellState As DataGridViewElementStates,
<OutAttribute> ByRef cellBounds As Rectangle
)C++
protected:
void ComputeBorderStyleCellStateAndCellBounds(
int rowIndex,
[OutAttribute] DataGridViewAdvancedBorderStyle^% dgvabsEffective,
[OutAttribute] DataGridViewElementStates% cellState,
[OutAttribute] Rectangle% cellBounds
)F#
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