ObjectType Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| RTFObject..::..ObjectType Property |
| RTFObject Class See Also Send Feedback |
Namespace:Â CuteEditor.Convertor.RTF
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Assembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public RTFObjectType ObjectType { get; set; } |
| Visual Basic |
|---|
Public Property ObjectType As RTFObjectType Get Set |
| Visual C++ |
|---|
public: property RTFObjectType ObjectType { RTFObjectType get (); void set (RTFObjectType value); } |