Metodo DedFormDbDocCompareDrawCheckBox
|
Namespace: DedNet.FormsAssembly: DedNet (in DedNet.dll) Versione: 26.4.0.0 (26.4.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 Graphics
-
- r Rectangle
-
- Checked Boolean
-
Vedi anche