FlagCheckedListBoxAdd Method (Int32, String) |
Namespace: Kettic.AspNet.Controls.Design.CommonAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic FlagCheckedListBoxItem Add(
int checkboxValue,
string caption
)
Public Function Add (
checkboxValue As Integer,
caption As String
) As FlagCheckedListBoxItem
public:
FlagCheckedListBoxItem^ Add(
int checkboxValue,
String^ caption
)
member Add :
checkboxValue : int *
caption : string -> FlagCheckedListBoxItem
Parameters
- checkboxValue
- Type: SystemInt32
- caption
- Type: SystemString
Return Value
Type:
FlagCheckedListBoxItem
See Also