バージョン

GetIsSelectionActive メソッド

'IsSelectionActive' 読み取り専用添付プロパティの値を取得します。
シンタックス
'宣言
 
Public Shared Function GetIsSelectionActive( _
   ByVal d As DependencyObject _
) As Boolean
public static bool GetIsSelectionActive( 
   DependencyObject d
)

パラメータ

d
解説

IsSelectionActive プロパティは System.Windows.Controls.Primitives.Selector.GetIsSelectionActive(System.Windows.DependencyObject) のような読み取り専用継承されたプロパティです。キーボード フォーカスはコントロールの中にあるかどうかを示します。選択された項目をレンダーする方法を制御できます。

参照