CommandBarControl.DescriptionText プロパティ

定義

コマンド バー コントロールの説明を設定または返します。

public:
 property System::String ^ DescriptionText { System::String ^ get(); void set(System::String ^ value); };
public string DescriptionText { get; set; }
member this.DescriptionText : string with get, set
Public Property DescriptionText As String

プロパティ値

注釈

このプロパティは、Macintosh のバルーン ヘルプに使用されます。

この説明は、ユーザーには表示されませんが、コントロールの開発者がほかの開発者向けにコントロールの動作などを記述しておくときに使用します。

適用対象