[Missing <summary> documentation for "T:RTE.UploadAddonButtonMode"]

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public enum UploadAddonButtonMode
Visual Basic
Public Enumeration UploadAddonButtonMode
Visual C++
public enum class UploadAddonButtonMode

Members

Member nameValueDescription
Auto0 Auto find a best solution for browsers and addons
Mask1 Put a transparent layer , or use UploadAddonButtonImage for the layer (if setted)
Replace2 Hide the original button , and use UploadAddonButtonImage for the button (must setted)
Warning3

See Also