IVOControlProperties.SetOwner 方法 | |
This method is called to link the Windows.Forms control to the VO Control
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOGUIClasses (在 XSharp.VOGUIClasses.dll 中) 版本:2.22 GA
语法 METHOD SetOwner(
Owner AS Control
) AS VOID
void SetOwner(
Control Owner
)
参数
- Owner
- 类型:Control
The Owning VO Control
参见