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