NodeLabelEditEventArgs Constructors
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the NodeLabelEditEventArgs class.
NodeLabelEditEventArgs(TreeNode) |
Initializes a new instance of the NodeLabelEditEventArgs class for the specified TreeNode. |
NodeLabelEditEventArgs(TreeNode, String) |
Initializes a new instance of the NodeLabelEditEventArgs class for the specified TreeNode and the specified text with which to update the tree node label. |
- Source:
- NodeLabelEditEventArgs.cs
- Source:
- NodeLabelEditEventArgs.cs
- Source:
- NodeLabelEditEventArgs.cs
Initializes a new instance of the NodeLabelEditEventArgs class for the specified TreeNode.
public:
NodeLabelEditEventArgs(System::Windows::Forms::TreeNode ^ node);
public NodeLabelEditEventArgs (System.Windows.Forms.TreeNode node);
public NodeLabelEditEventArgs (System.Windows.Forms.TreeNode? node);
new System.Windows.Forms.NodeLabelEditEventArgs : System.Windows.Forms.TreeNode -> System.Windows.Forms.NodeLabelEditEventArgs
Public Sub New (node As TreeNode)
Parameters
- node
- TreeNode
The tree node containing the text to edit.
Remarks
The Node property is assigned the node
parameter value.
See also
Applies to
.NET Framework 4.8.1 és más verziók
Termék | Verziók |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
- Source:
- NodeLabelEditEventArgs.cs
- Source:
- NodeLabelEditEventArgs.cs
- Source:
- NodeLabelEditEventArgs.cs
Initializes a new instance of the NodeLabelEditEventArgs class for the specified TreeNode and the specified text with which to update the tree node label.
public:
NodeLabelEditEventArgs(System::Windows::Forms::TreeNode ^ node, System::String ^ label);
public NodeLabelEditEventArgs (System.Windows.Forms.TreeNode node, string label);
public NodeLabelEditEventArgs (System.Windows.Forms.TreeNode? node, string? label);
new System.Windows.Forms.NodeLabelEditEventArgs : System.Windows.Forms.TreeNode * string -> System.Windows.Forms.NodeLabelEditEventArgs
Public Sub New (node As TreeNode, label As String)
Parameters
- node
- TreeNode
The tree node containing the text to edit.
- label
- String
The new text to associate with the tree node.
Remarks
The Node property is assigned the node
parameter value, and the Label property is assigned the label
parameter value.
See also
Applies to
.NET Framework 4.8.1 és más verziók
Termék | Verziók |
---|---|
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9 |
.NET-visszajelzés
A(z) .NET egy nyílt forráskód projekt. Visszajelzés adásához válasszon egy hivatkozást: