Gets the caption to be displayed to the user to describe the clip

Namespace:  ScreenMonkey.Clips
Assembly:  ScreenMonkey.Clips (in ScreenMonkey.Clips.dll) Version: 3.2.0.0 (3.3.1.4)

Syntax

C#
public abstract string Caption { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property Caption As String
Visual C++
public:
virtual property String^ Caption {
	String^ get () abstract;
}

See Also