Gets or sets a value indicating whether the command object should be visible in a customized interface control.
'Declaration
Public Overrides NotOverridable Property DesignTimeVisible As Boolean
public override bool DesignTimeVisible {get; set;}
public read-write property DesignTimeVisible: Boolean; override;
public override function get,set DesignTimeVisible : boolean
public: __property bool get_DesignTimeVisible() override;
public: __property void set_DesignTimeVisible(
bool value
) override;
Property Value
true, if the command object should be visible in a control; otherwise
false. The default is
true.
.NET Framework
Version 2.0 or later