Metodo UtilityCustomizeCell
             | 
          
        
        
            Personalizza la cella della griglia in base alle informazioni specificate in ingresso.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 25.3.0.0 (25.3.0.0)
Sintassipublic static void CustomizeCell(
	RowCellCustomDrawEventArgs e,
	Image img,
	Color rectangle
)
Public Shared Sub CustomizeCell ( 
	e As RowCellCustomDrawEventArgs,
	img As Image,
	rectangle As Color
)
public:
static void CustomizeCell(
	RowCellCustomDrawEventArgs^ e, 
	Image^ img, 
	Color rectangle
)
static member CustomizeCell : 
        e : RowCellCustomDrawEventArgs * 
        img : Image * 
        rectangle : Color -> unit Parametri
- e  RowCellCustomDrawEventArgs
 - Evento correntemente processato.
 - img  Image
 - Immagine che si vuole aggiungere alla cella.
 - rectangle  Color
 - Colore del bordo della cella.
 
Vedi anche