Click or drag to resize

FixedBitmap.SetBitmap Method (Typed)

X#
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
Request Example View Source

Parameters

oBitmap
Type: Bitmap
The bitmap object to associate with this static control.

Return Value

Type: Usual
See Also