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

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULCommand クラス

 

DesignTimeVisible プロパティ

カスタマイズされた Windows Form Designer 制御で ULCommand を参照できるようにするかどうかを指定します。

構文
Visual Basic
Public Overrides Property DesignTimeVisible As Boolean
C#
public override bool DesignTimeVisible { get; set; }
プロパティ値

ULCommand インスタンスを参照できるようにする場合は true、このインスタンスを参照できないようにする場合は false。デフォルトは false です。

参照