'Declaration Protected Overridable Function CreateCheckBox( _
ByVal 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
- Изображение.
Return Value
Новый экземпляр элемента управления CheckBox.