OdbcCommand.DesignTimeVisible 属性

定义

获取或设置一个值,指示该命令对象在自定义界面控件中是否应可见。

public:
 virtual property bool DesignTimeVisible { bool get(); void set(bool value); };
public:
 property bool DesignTimeVisible { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool DesignTimeVisible { get; set; }
[System.ComponentModel.Browsable(false)]
public bool DesignTimeVisible { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.DesignTimeVisible : bool with get, set
Public Overrides Property DesignTimeVisible As Boolean
Public Property DesignTimeVisible As Boolean

属性值

true 如果命令对象应在控件中可见,则为 ;否则为 false。 默认值为 true

属性

适用于

另请参阅