Click or drag to resize

Button.AsString Method (Typed)

X#
Return an identifying label for the button.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD AsString() AS STRING
Request Example View Source

Return Value

Type: String
Remarks
Button:AsString() presents the button control as a recognizable string of the form <ClassName> - <Caption>.
See Also