is_checked عقار
is_checked عقار
يشير إلى ما إذا كان زر الراديو محددًا أم لا.
تعريف:
@property
def is_checked(self):
...
@is_checked.setter
def is_checked(self, value):
...
أنظر أيضا
- الوحدة
aspose.cells.drawing
- فئة
RadioButton
يشير إلى ما إذا كان زر الراديو محددًا أم لا.
@property
def is_checked(self):
...
@is_checked.setter
def is_checked(self, value):
...
aspose.cells.drawing
RadioButton