GrapeCity MultiRow Windows Forms Documentation
PaintCellNoteTriangleSymbol Method


A System.Drawing.Rectangle that represents the area of the TriangleSymbol that needs to be repainted.
Paints the TriangleSymbol of the CellNote in the top-right corner of the Cell.
Syntax
Public Sub PaintCellNoteTriangleSymbol( _
   ByVal clipBounds As Rectangle _
) 
Dim instance As CellPaintingEventArgs
Dim clipBounds As Rectangle
 
instance.PaintCellNoteTriangleSymbol(clipBounds)
public void PaintCellNoteTriangleSymbol( 
   Rectangle clipBounds
)

Parameters

clipBounds
A System.Drawing.Rectangle that represents the area of the TriangleSymbol that needs to be repainted.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellPaintingEventArgs Class
CellPaintingEventArgs Members

 

 


Copyright © GrapeCity, inc. All rights reserved.