BaseDataGridViewCellComputeErrorIconBounds Method

This is used to compute the cell's error icon bounds

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
protected Rectangle ComputeErrorIconBounds(
	Rectangle cellValueBounds
)

Parameters

cellValueBounds  Rectangle
The cell value bounds

Return Value

Rectangle
The bounds of the cell's error icon

See Also