C# Class MoonTest.System.Windows.Controls.ConcreteControl

Inheritance: System.Windows.Controls.Control
ファイルを表示 Open project: shana/moon Class Usage Examples

Public Properties

Property Type Description
GotFocusCalled bool
LostFocusCalled bool
Methods List

Public Methods

Method Description
ConcreteControl ( ) : System
GetTemplateChild_ ( string s ) : DependencyObject
OnApplyTemplate ( ) : void
OnGotFocus_ ( RoutedEventArgs e ) : void
OnKeyDown_ ( System.Windows.Input.KeyEventArgs e ) : void
OnKeyUp_ ( System.Windows.Input.KeyEventArgs e ) : void
OnLostFocus_ ( RoutedEventArgs e ) : void
OnMouseEnter_ ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave_ ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeftButtonDown_ ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseLeftButtonUp_ ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseMove_ ( System.Windows.Input.MouseEventArgs e ) : void

Protected Methods

Method Description
ArrangeOverride ( Size finalSize ) : Size
MeasureOverride ( Size availableSize ) : Size
OnGotFocus ( RoutedEventArgs e ) : void
OnLostFocus ( RoutedEventArgs e ) : void

Method Details

ArrangeOverride() protected method

protected ArrangeOverride ( Size finalSize ) : Size
finalSize System.Windows.Size
return System.Windows.Size

ConcreteControl() public method

public ConcreteControl ( ) : System
return System

GetTemplateChild_() public method

public GetTemplateChild_ ( string s ) : DependencyObject
s string
return System.Windows.DependencyObject

MeasureOverride() protected method

protected MeasureOverride ( Size availableSize ) : Size
availableSize System.Windows.Size
return System.Windows.Size

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnGotFocus() protected method

protected OnGotFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnGotFocus_() public method

public OnGotFocus_ ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnKeyDown_() public method

public OnKeyDown_ ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

OnKeyUp_() public method

public OnKeyUp_ ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

OnLostFocus() protected method

protected OnLostFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnLostFocus_() public method

public OnLostFocus_ ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
return void

OnMouseEnter_() public method

public OnMouseEnter_ ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

OnMouseLeave_() public method

public OnMouseLeave_ ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

OnMouseLeftButtonDown_() public method

public OnMouseLeftButtonDown_ ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

OnMouseLeftButtonUp_() public method

public OnMouseLeftButtonUp_ ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

OnMouseMove_() public method

public OnMouseMove_ ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
return void

Property Details

GotFocusCalled public_oe property

public bool GotFocusCalled
return bool

LostFocusCalled public_oe property

public bool LostFocusCalled
return bool

Methods public_oe property

public List Methods
return List