SPREAD for WPF 4.0J - GcSpreadSheet
WeekTitle クラス
メンバ 

GrapeCity.Wpf.SpreadSheet.CellType アセンブリ > GrapeCity.Wpf.SpreadSheet.CellType.Editors 名前空間 : WeekTitle クラス
GrapeCity.Windows.InputMan.Primitives.WeekTitleInfo を表現するための WeekTitle コントロールを表します。これは曜日を表します。
オブジェクト モデル
WeekTitle クラス
シンタックス
'宣言
 
Public NotInheritable Class WeekTitle 
   Inherits System.Windows.Controls.Button
public sealed class WeekTitle : System.Windows.Controls.Button 
解説
WeekTitleは、WeekTitleInfoプロパティを提供して、それが表す週インデックスに関する詳細情報を提供します。 これはSystem.Windows.Controls.ContentControl.Contentプロパティに設定されており、System.Windows.Controls.ContentControl.ContentTemplateを使用してデータ表示をカスタマイズすることもできます。

サポートされている System.Windows.VisualState リスト:

VisualStateGroup 名

VisualState 名

説明

CommonStates

Normal

コントロールが通常の状態にあるときの外観を表します。

CommonStates

Disabled

System.Windows.UIElement.IsEnabledfalseのときの外観を表します。

CommonStates

Pressed

System.Windows.Controls.Primitives.ButtonBase.IsPressedtrueのときの外観を表します。

CommonStates

MouseOver

System.Windows.UIElement.IsMouseOvertrueのときの外観を表します。

FocusStates

Focused

System.Windows.UIElement.IsKeyboardFocusedtrueのときの外観を表します。

FocusStates

Unfocused

System.Windows.UIElement.IsKeyboardFocusedfalseのときの外観を表します。

ValidationStates

Valid

System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject)falseを返すときの外観を表します。

ValidationStates

InvalidFocused

System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject)trueを返し、System.Windows.UIElement.IsKeyboardFocusedtrueの場合の外観を表します。

ValidationStates

InvalidUnfocused

System.Windows.Controls.Validation.GetHasError(System.Windows.DependencyObject)trueを返し、System.Windows.UIElement.IsKeyboardFocusedfalseの場合の外観を表します。

継承階層

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        System.Windows.Controls.Primitives.ButtonBase
                           System.Windows.Controls.Button
                              GrapeCity.Wpf.SpreadSheet.CellType.Editors.WeekTitle

参照

WeekTitle メンバ
GrapeCity.Wpf.SpreadSheet.CellType.Editors 名前空間