Please use URLType property.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
[ObsoleteAttribute("Obsolete", false)] public bool UseRelativeLinks { get; set; } |
Visual Basic |
---|
<ObsoleteAttribute("Obsolete", False)> _ Public Property UseRelativeLinks As Boolean Get Set |
Visual C++ |
---|
public: [ObsoleteAttribute(L"Obsolete", false)] property bool UseRelativeLinks { bool get (); void set (bool value); } |