caption 属性

caption 属性

获取和设置出现在控件上的描述性文本。

定义:

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

也可以看看