SetFormat Method (CustomContentPresenter)
In This Topic
Sets the format string used to display the value when the node cell is not in edit mode.
Syntax
'Declaration
Public MustOverride Sub SetFormat( _
ByVal As String _
)
public abstract void SetFormat(
string
)
Parameters
- format
See Also