'Declaration Protected Overridable Function CreateCheckBox( _
ByVal imageThe image.As Vintasoft.Imaging.VintasoftImage _
) As System.Windows.Forms.CheckBox
protected virtual System.Windows.Forms.CheckBox CreateCheckBox(
Vintasoft.Imaging.VintasoftImage image
)
protected: virtual System.Windows.Forms.CheckBox* CreateCheckBox(
Vintasoft.Imaging.VintasoftImage* image
)
protected:
virtual System.Windows.Forms.CheckBox^ CreateCheckBox(
Vintasoft.Imaging.VintasoftImage^ image
)
Parameters
- image
- The image.
Return Value
A new instance of CheckBox control.