C# 클래스 System.Windows.Controls.Control

상속: System.Windows.FrameworkElement
파일 보기 프로젝트 열기: shana/moon 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
DefaultStyleKeyProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
ApplyTemplate ( ) : bool
Focus ( ) : bool

보호된 메소드들

메소드 설명
GetTemplateChild ( string childName ) : DependencyObject
OnDragEnter ( System.Windows.DragEventArgs e ) : void
OnDragLeave ( System.Windows.DragEventArgs e ) : void
OnDragOver ( System.Windows.DragEventArgs e ) : void
OnDrop ( System.Windows.DragEventArgs e ) : void
OnGotFocus ( RoutedEventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnKeyUp ( KeyEventArgs e ) : void
OnLostFocus ( RoutedEventArgs e ) : void
OnLostMouseCapture ( System.Windows.Input.MouseEventArgs 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
OnMouseRightButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseRightButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void
OnTextInput ( TextCompositionEventArgs e ) : void
OnTextInputStart ( TextCompositionEventArgs e ) : void
OnTextInputUpdate ( TextCompositionEventArgs e ) : void

비공개 메소드들

메소드 설명
Control ( ) : Mono
EmitCurrentContext ( int id, RoutedEventArgs e ) : void
Initialize ( ) : void
InvokeIsEnabledPropertyChanged ( ) : void
IsTabStopPropertyChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnManipulationCompleted ( System.Windows.Input.ManipulationCompletedEventArgs e ) : void
OnManipulationDelta ( System.Windows.Input.ManipulationDeltaEventArgs e ) : void
OnManipulationStarted ( System.Windows.Input.ManipulationStartedEventArgs e ) : void
PostOnGotFocus ( RoutedEventArgs e ) : void
PostOnKeyDown ( KeyEventArgs e ) : void
PostOnKeyUp ( KeyEventArgs e ) : void
PostOnLostFocus ( RoutedEventArgs e ) : void
PostOnLostMouseCapture ( RoutedEventArgs e ) : void
PostOnMouseEnter ( MouseEventArgs e ) : void
PostOnMouseLeave ( MouseEventArgs e ) : void
PostOnMouseLeftButtonDown ( MouseButtonEventArgs e ) : void
PostOnMouseLeftButtonUp ( MouseButtonEventArgs e ) : void
PostOnMouseMove ( MouseEventArgs e ) : void
PostOnMouseRightButtonDown ( MouseButtonEventArgs e ) : void
PostOnMouseRightButtonUp ( MouseButtonEventArgs e ) : void
PostOnMouseWheel ( MouseWheelEventArgs e ) : void
PreOnGotFocus ( RoutedEventArgs e ) : void
PreOnKeyDown ( KeyEventArgs e ) : void
PreOnKeyUp ( KeyEventArgs e ) : void
PreOnLostFocus ( RoutedEventArgs e ) : void
PreOnLostMouseCapture ( MouseEventArgs e ) : void
PreOnMouseEnter ( MouseEventArgs e ) : void
PreOnMouseLeave ( MouseEventArgs e ) : void
PreOnMouseLeftButtonDown ( MouseButtonEventArgs e ) : void
PreOnMouseLeftButtonUp ( MouseButtonEventArgs e ) : void
PreOnMouseMove ( MouseEventArgs e ) : void
PreOnMouseRightButtonDown ( MouseButtonEventArgs e ) : void
PreOnMouseRightButtonUp ( MouseButtonEventArgs e ) : void
PreOnMouseWheel ( MouseWheelEventArgs e ) : void
RaiseUIAIsTabStopChanged ( DependencyPropertyChangedEventArgs args ) : void

메소드 상세

ApplyTemplate() 공개 메소드

public ApplyTemplate ( ) : bool
리턴 bool

Focus() 공개 메소드

public Focus ( ) : bool
리턴 bool

GetTemplateChild() 보호된 메소드

protected GetTemplateChild ( string childName ) : DependencyObject
childName string
리턴 System.Windows.DependencyObject

OnDragEnter() 보호된 메소드

protected OnDragEnter ( System.Windows.DragEventArgs e ) : void
e System.Windows.DragEventArgs
리턴 void

OnDragLeave() 보호된 메소드

protected OnDragLeave ( System.Windows.DragEventArgs e ) : void
e System.Windows.DragEventArgs
리턴 void

OnDragOver() 보호된 메소드

protected OnDragOver ( System.Windows.DragEventArgs e ) : void
e System.Windows.DragEventArgs
리턴 void

OnDrop() 보호된 메소드

protected OnDrop ( System.Windows.DragEventArgs e ) : void
e System.Windows.DragEventArgs
리턴 void

OnGotFocus() 보호된 메소드

protected OnGotFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
리턴 void

OnKeyUp() 보호된 메소드

protected OnKeyUp ( KeyEventArgs e ) : void
e KeyEventArgs
리턴 void

OnLostFocus() 보호된 메소드

protected OnLostFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
리턴 void

OnLostMouseCapture() 보호된 메소드

protected OnLostMouseCapture ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseEnter() 보호된 메소드

protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseLeave() 보호된 메소드

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseLeftButtonDown() 보호된 메소드

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnMouseLeftButtonUp() 보호된 메소드

protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseRightButtonDown() 보호된 메소드

protected OnMouseRightButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnMouseRightButtonUp() 보호된 메소드

protected OnMouseRightButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnMouseWheel() 보호된 메소드

protected OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void
e System.Windows.Input.MouseWheelEventArgs
리턴 void

OnTextInput() 보호된 메소드

protected OnTextInput ( TextCompositionEventArgs e ) : void
e TextCompositionEventArgs
리턴 void

OnTextInputStart() 보호된 메소드

protected OnTextInputStart ( TextCompositionEventArgs e ) : void
e TextCompositionEventArgs
리턴 void

OnTextInputUpdate() 보호된 메소드

protected OnTextInputUpdate ( TextCompositionEventArgs e ) : void
e TextCompositionEventArgs
리턴 void

프로퍼티 상세

DefaultStyleKeyProperty 보호되어 있는 정적으로 프로퍼티

protected static DependencyProperty,System.Windows DefaultStyleKeyProperty
리턴 System.Windows.DependencyProperty