[]
        
(Showing Draft Content)

C1.Win.List.ListBase.View.renderInnerCell

renderInnerCell Method

renderInnerCell(Graphics, Style, ref Rectangle, int, int, string, bool, bool, bool, bool, Image)

Declaration
protected virtual bool renderInnerCell(Graphics g, Style style, ref Rectangle r, int col, int row, string val, bool button, bool buttonText, bool buttonAlways, bool activecell, Image buttonPicture)
Protected Overridable Function renderInnerCell(g As Graphics, style As Style, ByRef r As Rectangle, col As Integer, row As Integer, val As String, button As Boolean, buttonText As Boolean, buttonAlways As Boolean, activecell As Boolean, buttonPicture As Image) As Boolean
Parameters
Type Name Description
Graphics g
Style style
Rectangle r
int col
int row
string val
bool button
bool buttonText
bool buttonAlways
bool activecell
Image buttonPicture
Returns
Type Description
bool