Specifies the manners in which the editor handles images without alternate text specified or images with empty alternate text.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public EmptyAlternateText EmptyAlternateText { get; set; }
Visual Basic
Public Property EmptyAlternateText As EmptyAlternateText
	Get
	Set
Visual C++
public:
property EmptyAlternateText EmptyAlternateText {
	EmptyAlternateText get ();
	void set (EmptyAlternateText value);
}

See Also