DataGridViewBand.Displayed プロパティ
定義
バンドが現在画面に表示されているかどうかを示す値を取得します。Gets a value indicating whether the band is currently displayed onscreen.
public:
virtual property bool Displayed { bool get(); };
[System.ComponentModel.Browsable(false)]
public virtual bool Displayed { get; }
member this.Displayed : bool
Public Overridable ReadOnly Property Displayed As Boolean
プロパティ値
バンドが現在画面に表示されている場合は true
。それ以外の場合は false
。true
if the band is currently onscreen; otherwise, false
.
- 属性