Share via


OracleCommand.DesignTimeVisible Properti

Definisi

Mendapatkan atau menetapkan nilai yang menunjukkan apakah objek perintah harus terlihat dalam kontrol antarmuka yang disesuaikan.

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

Nilai Properti

true, jika objek perintah harus terlihat dalam kontrol; jika tidak false. Default adalah true.

Atribut

Berlaku untuk

Lihat juga