GetResources

GetResources(bool)

返回Form X-Object 的资源

public Resources GetResources(bool allowCreate)
范围类型描述
allowCreateBoolean如果 For 没有资源且 allowCreate 为 true,则会自动为表单创建 Resources。

返回值

资源。

也可以看看


GetResources()

返回 Form X-Object 的资源。如果 For 没有资源且 allowCreate 为 true,则会自动为表单创建 Resources.

public Resources GetResources()

返回值

资源对象

也可以看看