_SelectNamesDialog.CcLabel 属性

定义

为“选择姓名”对话框中的“抄送”命令按钮上显示的文本返回或设置 C# ) 中的字符串 (字符串。 读/写。

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

属性值

注解

要提供加速键用于收件人编辑框,请在标签参数字符串中插入与号 (&) 字符,直接置于将用作访问键的字符之前。 例如,如果 CcLabel 是字符串“本地 &与会者”,用户可以按 Alt+A 将焦点移动到第一个收件人编辑框。

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

适用于