INavigateUIData.Description プロパティ

定義

ナビゲーション コントロールのナビゲーション ノードの説明を表すテキストを取得します。

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

プロパティ値

ナビゲーション コントロールのノードの説明テキスト。それ以外の場合は null

注釈

プロパティはDescription、 コントロールと MenuItem コントロールの TreeNode ToolTip テキストとしてレンダリングされます。

適用対象

こちらもご覧ください