XmlDataFileEditor.Caption Property

Definition

Gets the caption to display on the selection dialog box.

C#
protected override string Caption { get; }

Property Value

The caption text to display on the selection dialog box.

Remarks

The Caption property is used by the EditValue method when calling the BuildUrl method, which displays the URL selection dialog box to the user at design time.

Applies to

Produkt Wersje
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also