FixedBitmap.SetBitmap Method (Typed) | |
Associate a bitmap image with the FixedBitmap static control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetBitmap(
oBitmap AS Bitmap
) AS USUAL
public virtual Usual SetBitmap(
Bitmap oBitmap
)
Request Example
View SourceParameters
- oBitmap
- Type: Bitmap
The bitmap object to associate with this static control.
Return Value
Type:
UsualSee Also