FixedBitmap.SetBitmap Method | |
Associate a bitmap image with the FixedBitmap static control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD SetBitmap(
oBitmap
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual SetBitmap(
Usual oBitmap = default
)
Request Example
View SourceParameters
- oBitmap (Optional)
- Type: Usual
The bitmap object to associate with this static control.
Return Value
Type:
UsualSee Also