mouse_icon property
mouse_icon property
Gets and sets a custom icon to display as the mouse pointer for the control.
Definition:
@property
def mouse_icon(self):
...
@mouse_icon.setter
def mouse_icon(self, value):
...
Gets and sets a custom icon to display as the mouse pointer for the control.
@property
def mouse_icon(self):
...
@mouse_icon.setter
def mouse_icon(self, value):
...