FixedBitmap.SetBitmap 方法 | |
将位图图像与 FixedBitmap 静态控件关联。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD SetBitmap(
oBitmap
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual __Usual SetBitmap(
__Usual oBitmap = default
)
查看代码参数
- oBitmap (Optional)
- 类型:__Usual
要与此静态控件关联的位图对象。
返回值
类型:
__Usual参见