Send feedback on this topic.
Teradata.Client.Provider
DesignTimeVisible Property



Teradata.Client.Provider Namespace > TdCommand Class : DesignTimeVisible Property
Gets or sets a value indicating that the command object is visible in a customized Windows Forms Designer control.
Syntax
'Declaration
 
Public Overrides NotOverridable Property DesignTimeVisible As Boolean
'Usage
 
Dim instance As TdCommand
Dim value As Boolean
 
instance.DesignTimeVisible = value
 
value = instance.DesignTimeVisible
public override bool DesignTimeVisible {get; set;}
public:
property bool DesignTimeVisible {
   bool get() override;
   void set (    bool value) override;
}
Exceptions
ExceptionDescription
The TdCommand is closed / disposed.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdCommand Class
TdCommand Members