Search
Box.BeginEditLabel Method
See Also
 



Enters inplace-edit mode, letting users edit the text of the specified label.

 Syntax

VB6  Copy Code

Public Sub BeginEditLabel( _
    ByVal label As NodeLabel _
)

C++  Copy Code

public:
void BeginEditLabel (
    NodeLabel* label
)

 Parameters

label

The NodeLabel whose text to edit.

 See Also