ScrollProperties.Visible プロパティ

定義

スクロール バーを表示するかどうかを取得または設定します。

public:
 property bool Visible { bool get(); void set(bool value); };
public bool Visible { get; set; }
member this.Visible : bool with get, set
Public Property Visible As Boolean

プロパティ値

表示する場合は true。それ以外の場合は false

適用対象