DesignTimeVisible Property

MySQL Connector/Net

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.2.2.0

Syntax

C#
public override bool DesignTimeVisible { get; set; }
Visual Basic (Declaration)
Public Overrides Property DesignTimeVisible As Boolean
Visual C++
public:
virtual property bool DesignTimeVisible {
	bool get () override;
	void set (bool value) override;
}

See Also