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 ) |