Specifies the manners in which the editor handles images without alternate text specified or images with empty alternate text.
Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public enum EmptyAlternateText |
| Visual Basic |
|---|
Public Enumeration EmptyAlternateText |
| Visual C++ |
|---|
public enum class EmptyAlternateText |
Members
| Member name | Value | Description | |
|---|---|---|---|
| KeepDefault | 0 | No action taken. | |
| ForceAdd | 1 | All images without alternate text specified receives an empty alt attribute. | |
| ForceRemove | 2 | The empty alt attribute of images will be removed automatically. |