Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULCommand class

 

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