NtFlankControl.InvalidateRowHeader Method

Invalidates a certain Row Header. Call this member whenever you made changes to a Row Header by changing the bitmap, text, background brush or any other property of a single row header.

Overload List:

Modifier / Return Value Name and Parameters Description

public void

InvalidateRowHeader ( int row )

row is the zero based index of the row to invalidate.

Return value:

void

Parameters:

int row
Zero based index of the row to invalidate.