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
Requirements
Product | Versions | Platforms |
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also