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.v24.1.Core.dll
NuGet Package: DevExpress.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