Skip to content

net472_PropertyGridHelpers.Controls_FlagCheckedListBoxItem_FlagCheckedListBoxItem

dparvin edited this page Jul 5, 2025 · 11 revisions

FlagCheckedListBoxItem constructor

Initializes a new instance of the FlagCheckedListBoxItem class with the specified flag value and display caption.

public FlagCheckedListBoxItem(int value, string caption)
parameter description
value The integer value representing the flag.
caption The caption displayed to the user.

See Also

Clone this wiki locally