FormDescription.Name 属性

定义

返回或设置 C# 中的 字符串 (字符串 ,) 表示窗体的显示名称的值。 读/写。

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

属性值

注解

名称 也是窗体的标题。 必须先设置此属性,然后才能使用 PublishForm(OlFormRegistry, Object) 方法。

适用于