mouse_pointer property

mouse_pointer property

Gets and sets the type of icon displayed as the mouse pointer for the control.

Definition:

@property
def mouse_pointer(self):
    ...
@mouse_pointer.setter
def mouse_pointer(self, value):
    ...

See Also