_SelectNamesDialog.CcLabel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a String (string in C#) for the text that appears on the Cc command button on the Select Names dialog box. Read/write.
public:
property System::String ^ CcLabel { System::String ^ get(); void set(System::String ^ value); };
public string CcLabel { get; set; }
Public Property CcLabel As String
Property Value
Remarks
To provide an accelerator key for the recipient edit boxes, include an ampersand (&) character in the label argument string, immediately before the character that serves as the access key. For example, if CcLabel is the string "Local &Attendees", users can press ALT+A to move the focus to the first recipient edit box.
If CcLabel is not set, then the default value will be the localized string for "Cc". If the CcLabel is set to an empty string, then the Cc command button shows ->. If the CcLabel property contains more than 32 characters (including the ampersand (&) access key), only the first 32 characters will be displayed in the command button.