ToggleButtonActiveXControl.Accelerator
ToggleButtonActiveXControl.Accelerator property
Gets and sets the accelerator key for the control.
public char Accelerator { get; set; }
Examples
[C#]
if ('\0' != activeXControl.Accelerator)
{
activeXControl.Accelerator = '\0';
}
See Also
- class ToggleButtonActiveXControl
- namespace Aspose.Cells.Drawing.ActiveXControls
- assembly Aspose.Cells