Document Solutions for Excel, .NET Edition | Document Solutions
Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Forms Namespace
/
ICheckBox Interface
/ IsChecked Property
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: C#
C#
In This Topic
IsChecked Property (ICheckBox)
In This Topic
Gets or sets whether the
ICheckBox
is checked.
Syntax
C#
System.Nullable<
bool
> IsChecked {
get
;
set
;}
Property Value
False
- Unchecked,
true
- Checked, a null reference (
Nothing
in Visual Basic) (
Nothing
) - Mixed.
See Also
Reference
ICheckBox Interface
ICheckBox Members