Base Data Grid View CellCompute Error Icon Bounds 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: 2024.12.31.0
The bounds of the cell's error icon
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
protected Rectangle ComputeErrorIconBounds(
Rectangle cellValueBounds
)VB
Protected Function ComputeErrorIconBounds (
cellValueBounds As Rectangle
) As RectangleC++
protected:
Rectangle ComputeErrorIconBounds(
Rectangle cellValueBounds
)F#
member ComputeErrorIconBounds :
cellValueBounds : Rectangle -> Rectangle Parameters
- cellValueBounds Rectangle
- The cell value bounds
Return Value
RectangleThe bounds of the cell's error icon