EntityCommand.DesignTimeVisible 属性
定义
获取或设置一个值,该值指示命令对象在 Windows 窗体设计器控件中是否应该可见。Gets or sets a value that indicates whether the command object should be visible in a Windows Form Designer control.
public:
virtual property bool DesignTimeVisible { bool get(); void set(bool value); };
public override bool DesignTimeVisible { get; set; }
member this.DesignTimeVisible : bool with get, set
Public Overrides Property DesignTimeVisible As Boolean
属性值
如果该命令对象应在 Windows 窗体设计器控件中可见,则为 true
;否则为 false
。true
if the command object should be visible in a Windows Form Designer control; otherwise, false
.