Draws the row selector background.
Namespace: Dapfor.Net.ThemingAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public void DrawRowSelectorBackground(
Grid grid,
Appearance appearance,
ElementState state,
Rectangle bounds,
Graphics graphics
) |
Visual Basic |
---|
Public Sub DrawRowSelectorBackground (
grid As Grid,
appearance As Appearance,
state As ElementState,
bounds As Rectangle,
graphics As Graphics
) |
Visual C++ |
---|
public:
virtual void DrawRowSelectorBackground(
Grid^ grid,
Appearance^ appearance,
ElementState state,
Rectangle bounds,
Graphics^ graphics
) sealed |
F# |
---|
abstract DrawRowSelectorBackground :
grid : Grid *
appearance : Appearance *
state : ElementState *
bounds : Rectangle *
graphics : Graphics -> unit
override DrawRowSelectorBackground :
grid : Grid *
appearance : Appearance *
state : ElementState *
bounds : Rectangle *
graphics : Graphics -> unit |
Parameters
- grid
- Type: Dapfor.Net.Ui..::..Grid
The grid.
- appearance
- Type: Dapfor.Net.Ui..::..Appearance
The appearance.
- state
- Type: Dapfor.Net.Ui..::..ElementState
The state.
- bounds
- Type: System.Drawing..::..Rectangle
The bounds.
- graphics
- Type: System.Drawing..::..Graphics
The graphics.
Implements
IGridRenderer..::..DrawRowSelectorBackground(Grid, Appearance, ElementState, Rectangle, Graphics)See Also