_FormRegion.Detail 属性

定义

返回或设置 C# 中的 字符串 (字符串 ) 表示在运行时在相邻窗体区域的显示名称后面的标头中显示的文本。 读/写。

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

属性值

注解

对于相邻窗体区域只显示 详细信息 属性。 对于独立窗体区域,它将被忽略。

详细信息 属性是可选的相邻窗体区域。

适用于