OdbcCommand.DesignTimeVisible Property
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets or sets a value indicating whether the command object should be visible in a customized interface control.
[Visual Basic] Public Property DesignTimeVisible As Boolean [C#] public bool DesignTimeVisible {get; set;} [C++] public: __property bool get_DesignTimeVisible(); public: __property void set_DesignTimeVisible(bool); [JScript] public function get DesignTimeVisible() : Boolean; public function set DesignTimeVisible(Boolean);
Property Value
true, if the command object should be visible in a control; otherwise false. The default is true.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also
OdbcCommand Class | OdbcCommand Members | System.Data.Odbc Namespace