ページのタイトルを取得します。
Public Overridable ReadOnly Property Title As String
[C#]
public virtual string Title {get;}
[C++]
public: __property virtual String* get_Title();
[JScript]
public function get Title() : String;
プロパティ値
ページのタイトル。
解説
呼び出し元は、このメソッドを使用して、このエディタの名前を実際のアクティブ化前に表示できます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
参照
ComponentEditorPage クラス | ComponentEditorPage メンバ | System.Windows.Forms.Design 名前空間