Click or drag to resize

StiWinDialogsProviderConvertCheckedListBoxToReportControl Method

[Missing <summary> documentation for "M:Stimulsoft.Report.Dialogs.StiWinDialogsProvider.ConvertCheckedListBoxToReportControl(Stimulsoft.Report.Dialogs.StiCheckedListBoxControl,System.Windows.Forms.CheckedListBox)"]

Namespace:  Stimulsoft.Report.Dialogs
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
protected virtual void ConvertCheckedListBoxToReportControl(
	StiCheckedListBoxControl checkedListBoxControl,
	CheckedListBox checkedListBox
)

Parameters

checkedListBoxControl
Type: Stimulsoft.Report.DialogsStiCheckedListBoxControl

[Missing <param name="checkedListBoxControl"/> documentation for "M:Stimulsoft.Report.Dialogs.StiWinDialogsProvider.ConvertCheckedListBoxToReportControl(Stimulsoft.Report.Dialogs.StiCheckedListBoxControl,System.Windows.Forms.CheckedListBox)"]

checkedListBox
Type: System.Windows.FormsCheckedListBox

[Missing <param name="checkedListBox"/> documentation for "M:Stimulsoft.Report.Dialogs.StiWinDialogsProvider.ConvertCheckedListBoxToReportControl(Stimulsoft.Report.Dialogs.StiCheckedListBoxControl,System.Windows.Forms.CheckedListBox)"]

See Also