MdbDataFileEditor.Caption Property

Definition

Gets the caption to display on the selection dialog box.

protected:
 virtual property System::String ^ Caption { System::String ^ get(); };
protected override string Caption { get; }
member this.Caption : string
Protected Overrides ReadOnly Property Caption As String

Property Value

The caption text to display on the selection dialog box.

Remarks

The Caption string 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

See also