renderInnerCell Method (View)
In This Topic
Syntax
'Declaration
Protected Overridable Function renderInnerCell( _
ByVal As Graphics, _
ByVal As Style, _
ByRef As Rectangle, _
ByVal As Integer, _
ByVal As Integer, _
ByVal As String, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Image _
) As Boolean
protected virtual bool renderInnerCell(
Graphics ,
Style ,
ref Rectangle ,
int ,
int ,
string ,
bool ,
bool ,
bool ,
bool ,
Image
)
Parameters
- g
- style
- r
- col
- row
- val
- button
- buttonText
- buttonAlways
- activecell
- buttonPicture
See Also