Gets or sets the custom provider.

Namespace: CuteEditor
Assembly: 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);
}

Field Value

The custom provider.

See Also