UserControlFileEditor.Caption 属性

定义

获取对话框的标题。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

属性值

String

编辑器窗口的标题。The caption for the editor window.

适用于