Gets or sets the custom provider.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
C# |
---|
public IAttachmentProvider CustomProvider { get; set; } |
Visual Basic |
---|
Public Property CustomProvider As IAttachmentProvider Get Set |
Visual C++ |
---|
public: property IAttachmentProvider^ CustomProvider { IAttachmentProvider^ get (); void set (IAttachmentProvider^ value); } |