DesignTimeVisible property

Indicates if the ULCommand should be visible in a customized Windows Form Designer control.

Syntax
Visual Basic

Public Overrides Property DesignTimeVisible As Boolean
C#

public override bool DesignTimeVisible  { get; set; }
Property value

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

See also