LC.NoLogo 属性
定义
禁止显示启动版权标志Suppresses the display of the startup banner
此 API 支持产品基础结构,不能在代码中直接使用。
public:
property bool NoLogo { bool get(); void set(bool value); };
public bool NoLogo { get; set; }
member this.NoLogo : bool with get, set
Public Property NoLogo As Boolean
属性值
如果禁止显示 Microsoft 启动版权标志,则为 true
;否则为 false
。true
if the Microsoft startup banner display is suppressed; otherwise, false
.