Metodo ModifyingDocumentsFormDrawCheckBox
|
Gestire il disegno della checkbox nella colonna Checkout.
Namespace:
DedNetInv.Forms
Assembly:
DedNetInv (in DedNetInv.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi protected void DrawCheckBox(
Graphics g,
Rectangle r,
bool Checked
)
Protected Sub DrawCheckBox (
g As Graphics,
r As Rectangle,
Checked As Boolean
)
protected:
void DrawCheckBox(
Graphics^ g,
Rectangle r,
bool Checked
)
member DrawCheckBox :
g : Graphics *
r : Rectangle *
Checked : bool -> unit
Parametri
- g
- Tipo: System.DrawingGraphics
- r
- Tipo: System.DrawingRectangle
- Checked
- Tipo: SystemBoolean
Vedi anche