Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetAccelerator method
ToggleButtonActiveXControl::GetAccelerator method
Gets and sets the accelerator key for the control.
char16_t Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::GetAccelerator()
Examples
if (u'\0' != activeXControl.GetAccelerator())
{
activeXControl.SetAccelerator(u'\0');
}
See Also
- Class Vector
- Class ToggleButtonActiveXControl
- Namespace Aspose::Cells::Drawing::ActiveXControls
- Library Aspose.Cells for C++