RTFTreeNode Constructor (RTFObjectType, String, Boolean, Int32)
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| RTFTreeNode Constructor (RTFObjectType, String, Boolean, Int32) |
| RTFTreeNode Class See Also Send Feedback |
Initializes a new instance of the RTFTreeNode class
Namespace:Â CuteEditor.Convertor.RTFAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public RTFTreeNode( RTFObjectType type, string key, bool hasParam, int param ) |
| Visual Basic |
|---|
Public Sub New ( _ type As RTFObjectType, _ key As String, _ hasParam As Boolean, _ param As Integer _ ) |
| Visual C++ |
|---|
public: RTFTreeNode( RTFObjectType type, String^ key, bool hasParam, int param ) |