Mimer SQL Data Provider
DesignTimeVisible Property




Mimer.Data.Client Namespace > MimerCommand Class : DesignTimeVisible Property
Gets or sets a value indicating whether the command object should be visible in a customized interface control.
Syntax
'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.
Requirements

.NET Framework
Version 2.0 or later

See Also

Reference

MimerCommand Class
MimerCommand Members