FlagCheckedListBoxItem Constructor |
Namespace: Kettic.AspNet.Controls.Design.SkinManagerAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic FlagCheckedListBoxItem(
long checkboxValue,
string caption
)
Public Sub New (
checkboxValue As Long,
caption As String
)
public:
FlagCheckedListBoxItem(
long long checkboxValue,
String^ caption
)
new :
checkboxValue : int64 *
caption : string -> FlagCheckedListBoxItem
Parameters
- checkboxValue
- Type: SystemInt64
- caption
- Type: SystemString
See Also