_SelectNamesDialog.BccLabel プロパティ

定義

[名前の選択] ダイアログ ボックスの [Bcc] コマンド ボタンに表示されるテキストの 文字列 (C#の文字列 ) を設定または返します。 値の取得と設定が可能です。

public:
 property System::String ^ BccLabel { System::String ^ get(); void set(System::String ^ value); };
public string BccLabel { get; set; }
Public Property BccLabel As String

プロパティ値

注釈

受信者の編集ボックスにアクセラレータ キーを指定するには、アクセス キーとして機能する文字の直前に、ラベル引数文字列にアンパサンド (&) 文字を含めます。 たとえば、 BccLabel が "Local &Attendees" という文字列の場合、ユーザーは Alt キーを押しながら A キーを押して、最初の受信者の編集ボックスにフォーカスを移動できます。

If BccLabel is not set, then the default value will be the localized string for "Bcc". BccLabel が空の文字列に設定されている場合は、Bcc コマンド ボタンに ->が表示されます。 BccLabel プロパティに 32 文字を超える文字 (アンパサンド (&) アクセス キーを含む) が含まれている場合、コマンド ボタンには最初の 32 文字のみが表示されます。

適用対象