ComponentEditorPage.Title 属性

定义

获取页的标题。

public:
 virtual property System::String ^ Title { System::String ^ get(); };
public virtual string Title { get; }
member this.Title : string
Public Overridable ReadOnly Property Title As String

属性值

页的标题。

注解

调用方可以使用它来显示此编辑器的名称,然后再将其实际激活。

适用于