mouse_pointer الملكية
mouse_pointer الملكية
الحصول على نوع الرمز المعروض كمؤشر الماوس لعنصر التحكم وتعيينه.
تعريف:
@property
def mouse_pointer(self):
...
@mouse_pointer.setter
def mouse_pointer(self, value):
...
الحصول على نوع الرمز المعروض كمؤشر الماوس لعنصر التحكم وتعيينه.
@property
def mouse_pointer(self):
...
@mouse_pointer.setter
def mouse_pointer(self, value):
...