Class

WebListBoxTextRenderer


Description

Used to create custom WebListBox cells via the WebSDK.

Methods

Name

Parameters

Returns

Shared

Operator_Convert

String

value As String

Method descriptions


WebListBoxTextRenderer.Operator_Convert

Operator_Convert As String

Returns the text of the class instance as a String.


Operator_Convert(value As String)

Assigns the value passed to the class instance.

Compatibility

Web projects on all supported operating systems.

See also

WebListboxCellRenderer parent class