Page._AddProperty 方法 | |
命名空间:
XSharp.VFP.UI
程序集:
XSharp.VFP.UI (在 XSharp.VFP.UI.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD _AddProperty(
cPropertyName AS STRING,
uValue AS USUAL,
nVisibility AS LONG,
cDescription AS STRING
) AS LOGIC
public virtual bool _AddProperty(
string cPropertyName,
__Usual uValue,
int nVisibility,
[DefaultParameterValueAttribute("", 0)] string cDescription
)
查看代码参数
- cPropertyName
- 类型:String
- uValue
- 类型:__Usual
- nVisibility
- 类型:Int32
- cDescription
- 类型:String
返回值
类型:
Boolean参见