UserControlFileEditor.Caption Property

Definition

Gets the caption for the 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 for the editor window.

Applies to

See also