Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::IsTripleState method
ToggleButtonActiveXControl::IsTripleState method
Indicates how the specified control will display Null values.
bool Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::IsTripleState()
Setting | Description |
---|---|
True | The control will cycle through states for Yes, No, and Null values. The control appears dimmed (grayed) when its Value property is set to Null. |
False | (Default) The control will cycle through states for Yes and No values. Null values display as if they were No values. |
Examples
if (activeXControl.IsTripleState() == true)
{
activeXControl.SetIsTripleState(false);
}
See Also
- Class Vector
- Class ToggleButtonActiveXControl
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++