Skip to main content
A newer version of this page is available. .

CheckBoxGlyphCollection.Add(CheckState, ImageSource) Method

OBSOLETE

This method is now obsolete. Use the Add method instead.

This method is obsolete (this method is now obsolete. Use the Add(CheckBoxState checkState, ImageSource imageSource) method instead).

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

[Obsolete("This method is now obsolete. Use the Add(CheckBoxState checkState, ImageSource imageSource) method instead.")]
public void Add(
    CheckState checkState,
    ImageSource imageSource
)

Parameters

Name Type
checkState CheckState
imageSource ImageSource
See Also