MySqlCommand.DesignTimeVisible Property

MySQL Connector/Net

MySqlCommandDesignTimeVisible Property
Gets or sets a value indicating whether the command object should be visible in a Windows Form Designer control.

Namespace: MySql.Data.MySqlClient
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public override bool DesignTimeVisible { get; set; }
Public Overrides Property DesignTimeVisible As Boolean
	Get
	Set
public:
virtual property bool DesignTimeVisible {
	bool get () override;
	void set (bool value) override;
}
abstract DesignTimeVisible : bool with get, set
override DesignTimeVisible : bool with get, set

Property Value

Type: Boolean
See Also