caption属性

caption属性

获取并设置控件上显示的描述性文本。

定义:

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

也可以看看