Mimer Data Provider

MimerCommand.DesignTimeVisible Property

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() : bool
public function set DesignTimeVisible(bool);

Property Value

true, if the command object should be visible in a control; otherwise false. The default is true.

See Also

MimerCommand Class | Mimer.Data.Client Namespace