FlexGrid for UWP/WinRT
Apply(Border,SelectedState) メソッド

セルを表す Windows.UI.Xaml.Controls.Border 要素。
セルの現在の選択状態を反映する SelectedState 値。
この CellStyle で定義される属性をセルに適用します。
構文
'宣言
 
Public Overloads Overridable Sub Apply( _
   ByVal bdr As Windows.UI.Xaml.Controls.Border, _
   ByVal selState As SelectedState _
) 
public virtual void Apply( 
   Windows.UI.Xaml.Controls.Border bdr,
   SelectedState selState
)

パラメータ

bdr
セルを表す Windows.UI.Xaml.Controls.Border 要素。
selState
セルの現在の選択状態を反映する SelectedState 値。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

CellStyle クラス
CellStyle メンバ
オーバーロード一覧

Send Feedback