DesignTimeVisible property

Gets or sets a value that indicates if the SACommand should be visible in a Windows Form Designer control.

Visual Basic syntax

Public Overrides Property DesignTimeVisible As Boolean

C# syntax

public override bool DesignTimeVisible {get;set;}

Remarks

The default is true.

True if this SACommand instance should be visible, false if this instance should not be visible. The default is false.