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);
true, if the command object should be visible in a control; otherwise false. The default is true.
MimerCommand Class | Mimer.Data.Client Namespace