GrapeCity SPREAD for WPF 2.0J
LogicalChildren プロパティ (DropDownWindow)

この要素の論理上の子要素の列挙子を取得します。
構文
'Declaration
 
Protected Overrides ReadOnly Property LogicalChildren As IEnumerator
protected override IEnumerator LogicalChildren {get;}

プロパティ値

この要素の論理上の子要素の System.Collections.IEnumerator
解説

DropDownWindow に内容を追加すると、DropDownWindow がその内容の論理上の親になります。同様に、DropDownWindow の内容は DropDownWindow の論理上の子であると考えられます。子内容は、DropDownWindow コントロールを含むビジュアルツリーには追加されません。その代わりに、IsOpentrue に設定されると、子内容は、独自のビジュアルツリーを持つ別のウィンドウに描画されます。

また、IsOpentrue に設定されると、その内容がホスト System.Windows.Controls.Primitives.Popup コントロールに追加され、このコントロールが同時にこの DropDownWindow の論理上の子になります。

参照

DropDownWindow クラス
DropDownWindow メンバ

 

 


Copyright © 2012 GrapeCity inc. All rights reserved.