'Declaration
Public Function ItemFormatter( _ ByVal value As String _ ) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> ItemFormatter( string value )
Parameters
- value
- The value.
Return Value
Current builder.
'Declaration
Public Function ItemFormatter( _ ByVal value As String _ ) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> ItemFormatter( string value )