Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetAccelerator method

ToggleButtonActiveXControl::SetAccelerator method

Gets and sets the accelerator key for the control.

void Aspose::Cells::Drawing::ActiveXControls::ToggleButtonActiveXControl::SetAccelerator(char16_t value)

Examples

if (u'\0' != activeXControl.GetAccelerator())
{
    activeXControl.SetAccelerator(u'\0');
}

See Also