Search
ComponentBase.setName Method
See Also
 

Sets the name of the component.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public void setName (
    String value
)

 Parameters

value

A String identifying this component within its component tree.

 See Also