GridCheckBoxColumn.SetCheckboxBitmaps(Bitmap, Bitmap, Bitmap, Bitmap) Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public:
void SetCheckboxBitmaps(System::Drawing::Bitmap ^ checkedState, System::Drawing::Bitmap ^ uncheckedState, System::Drawing::Bitmap ^ indeterminateState, System::Drawing::Bitmap ^ disabledState);
public void SetCheckboxBitmaps (System.Drawing.Bitmap checkedState, System.Drawing.Bitmap uncheckedState, System.Drawing.Bitmap indeterminateState, System.Drawing.Bitmap disabledState);
member this.SetCheckboxBitmaps : System.Drawing.Bitmap * System.Drawing.Bitmap * System.Drawing.Bitmap * System.Drawing.Bitmap -> unit
Public Sub SetCheckboxBitmaps (checkedState As Bitmap, uncheckedState As Bitmap, indeterminateState As Bitmap, disabledState As Bitmap)
Параметры
- checkedState
- Bitmap
- uncheckedState
- Bitmap
- indeterminateState
- Bitmap
- disabledState
- Bitmap