SPREAD for WPF 3.0J - GcSpreadGrid
SelectionBorderUnfocused プロパティ
使用例 

GrapeCity.Windows.SpreadGrid 名前空間 > GcSpreadGrid クラス : SelectionBorderUnfocused プロパティ
コントロールにフォーカスがないときの選択領域の境界線スタイルを取得または設定します。
シンタックス
'宣言
 
Public Property SelectionBorderUnfocused As BorderLine
public BorderLine SelectionBorderUnfocused {get; set;}

プロパティ値

コントロールがフォーカスを失ったときの選択境界線の外観を示す BorderLine。null 参照 (Visual Basicでは Nothing) は、GcSpreadGrid にフォーカスがあるかどうかに関わらず常に SelectionBorder が使用されることを意味します。既定値は null 参照 (Visual Basicでは Nothing) です。
使用例
次のサンプルはSelectionBorderUnfocusedプロパティの使用方法を説明します。
<sg:GcSpreadGrid Name="gcSpreadGrid1" ItemsSource="{StaticResource mySource}" 
SelectionPolicy="Range" SelectionUnit="Cell" SelectionBackground="Red" 
SelectionForeground="Blue" SelectionBackgroundUnfocused="Brown" SelectionForegroundUnfocused="Gray"
HeaderSelectionOptions="ColumnHeader|RowHeader">
<sg:GcSpreadGrid.SelectionBorder>
<sg:BorderLine Color="Black" Style="MediumDashDot"/>
</sg:GcSpreadGrid.SelectionBorder>
</sg:GcSpreadGrid>
<ComboBox ItemsSource="{Binding SelectedItems, ElementName=gcSpreadGrid1}" 
SelectedItem="{Binding SelectedItem, ElementName=gcSpreadGrid1}"
DisplayMemberPath="Name"/>
参照

GcSpreadGrid クラス
GcSpreadGrid メンバ