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