caption property
caption property
Gets and set the descriptive text that appears on a control.
Definition:
@property
def caption(self):
...
@caption.setter
def caption(self, value):
...
Gets and set the descriptive text that appears on a control.
@property
def caption(self):
...
@caption.setter
def caption(self, value):
...