跳到主要内容

show 显示元素

show

类型: MethodDeclaration

所属类: TextBoxElement

定义位置: ui.ts

描述

显示元素

返回值:当前元素

返回值

类型: this

当前元素

源代码

位置: 第 3316 行

public show(): this {
if (!this.visible) {
this.visible = true

this.resize()
}
return this
}

文档生成时间:2025/7/7 12:07:07