Button.Image Property | |
An image object representing the icon or bitmap image that is displayed on a button.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Image AS USUAL GET SET
public virtual Usual Image { get; set; }
Request Example
View SourceProperty Value
Type:
UsualAn image object representing the icon or bitmap image that is displayed on a button.
See Also