_SelectNamesDialog.BccLabel 属性

定义

为“选择姓名”对话框中 的“密 件抄送”命令按钮上显示的文本返回或设置 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 是字符串“本地 &与会者”,则用户可以按 Alt+A 将焦点移动到第一个收件人编辑框。

If BccLabel is not set, then the default value will be the localized string for "Bcc". 如果 BccLabel 设置为空字符串,则“密件抄送”命令按钮将显示 ->。 如果 BccLabel 属性包含超过 32 个字符 (包括和号 (&) 访问键) ,则命令按钮中只会显示前 32 个字符。

适用于