OdbcCommand.DesignTimeVisible Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Befehlsobjekt in einem benutzerdefinierten Schnittstellensteuerelement sichtbar sein soll, oder legt diesen fest.

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

Eigenschaftswert

true , wenn das Befehlsobjekt in einem Steuerelement sichtbar sein soll; falseandernfalls . Der Standardwert ist true.

Attribute

Gilt für:

Weitere Informationen