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):
    ...

See Also