C# Class System.Windows.Controls.Control

Inheritance: System.Windows.FrameworkElement
Afficher le fichier Open project: shana/moon Class Usage Examples

Protected Properties

Свойство Type Description
DefaultStyleKeyProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
ApplyTemplate ( ) : bool
Focus ( ) : bool

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

ApplyTemplate() public méthode

public ApplyTemplate ( ) : bool
Résultat bool

Focus() public méthode

public Focus ( ) : bool
Résultat bool

GetTemplateChild() protected méthode

protected GetTemplateChild ( string childName ) : DependencyObject
childName string
Résultat System.Windows.DependencyObject

OnDragEnter() protected méthode

protected OnDragEnter ( System.Windows.DragEventArgs e ) : void
e System.Windows.DragEventArgs
Résultat void

OnDragLeave() protected méthode

protected OnDragLeave ( System.Windows.DragEventArgs e ) : void
e System.Windows.DragEventArgs
Résultat void

OnDragOver() protected méthode

protected OnDragOver ( System.Windows.DragEventArgs e ) : void
e System.Windows.DragEventArgs
Résultat void

OnDrop() protected méthode

protected OnDrop ( System.Windows.DragEventArgs e ) : void
e System.Windows.DragEventArgs
Résultat void

OnGotFocus() protected méthode

protected OnGotFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( KeyEventArgs e ) : void
e KeyEventArgs
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

OnLostMouseCapture() protected méthode

protected OnLostMouseCapture ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnMouseEnter() protected méthode

protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnMouseLeftButtonDown() protected méthode

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseLeftButtonUp() protected méthode

protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnMouseRightButtonDown() protected méthode

protected OnMouseRightButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseRightButtonUp() protected méthode

protected OnMouseRightButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseWheel() protected méthode

protected OnMouseWheel ( System.Windows.Input.MouseWheelEventArgs e ) : void
e System.Windows.Input.MouseWheelEventArgs
Résultat void

OnTextInput() protected méthode

protected OnTextInput ( TextCompositionEventArgs e ) : void
e TextCompositionEventArgs
Résultat void

OnTextInputStart() protected méthode

protected OnTextInputStart ( TextCompositionEventArgs e ) : void
e TextCompositionEventArgs
Résultat void

OnTextInputUpdate() protected méthode

protected OnTextInputUpdate ( TextCompositionEventArgs e ) : void
e TextCompositionEventArgs
Résultat void

Property Details

DefaultStyleKeyProperty protected_oe static_oe property

protected static DependencyProperty,System.Windows DefaultStyleKeyProperty
Résultat System.Windows.DependencyProperty