accelerator property
accelerator property
Gets and sets the accelerator key for the control.
Definition:
@property
def accelerator(self):
...
@accelerator.setter
def accelerator(self, value):
...
Gets and sets the accelerator key for the control.
@property
def accelerator(self):
...
@accelerator.setter
def accelerator(self, value):
...