_ColumnFormat.Label 属性

定义

返回或设置 C #) 字符串 (字符串 的值,该值代表对象所关联的 ColumnFormat 属性显示的列标签和工具提示。 读/写。

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

属性值

注解

对于内置的 Outlook 属性,Label 属性的默认值是该属性的本地化名称。 对于自定义 Outlook 属性,Label 属性的默认值是该属性的名称。

此属性的值仅适用于列标题表示为图标的 Outlook 属性的工具提示。

适用于