Click or drag to resize

GroupBox.AsString Method (Typed)

X#
Return an identifying label for the group box.

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
GroupBox:AsString() presents the group box control as a recognizable string of the form <ClassName> - <Caption>.
See Also