C# Класс System.Windows.Controls.Control

Наследование: System.Windows.FrameworkElement
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
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