C# Class Windows.UI.Xaml.Controls.Control

Inheritance: FrameworkElement, IControl, IControlOverrides, IControlProtected
显示文件 Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
ApplyTemplate ( ) : bool
Focus ( [ value ) : bool

Protected Methods

Method Description
Control ( ) : System
GetTemplateChild ( [ childName ) : DependencyObject
OnDoubleTapped ( [ e ) : void
OnDragEnter ( [ e ) : void
OnDragLeave ( [ e ) : void
OnDragOver ( [ e ) : void
OnDrop ( [ e ) : void
OnGotFocus ( [ e ) : void
OnHolding ( [ e ) : void
OnKeyDown ( [ e ) : void
OnKeyUp ( [ e ) : void
OnLostFocus ( [ e ) : void
OnManipulationCompleted ( [ e ) : void
OnManipulationDelta ( [ e ) : void
OnManipulationInertiaStarting ( [ e ) : void
OnManipulationStarted ( [ e ) : void
OnManipulationStarting ( [ e ) : void
OnPointerCanceled ( [ e ) : void
OnPointerCaptureLost ( [ e ) : void
OnPointerEntered ( [ e ) : void
OnPointerExited ( [ e ) : void
OnPointerMoved ( [ e ) : void
OnPointerPressed ( [ e ) : void
OnPointerReleased ( [ e ) : void
OnPointerWheelChanged ( [ e ) : void
OnRightTapped ( [ e ) : void
OnTapped ( [ e ) : void

Method Details

ApplyTemplate() public method

public ApplyTemplate ( ) : bool
return bool

Control() protected method

protected Control ( ) : System
return System

Focus() public method

public Focus ( [ value ) : bool
value [
return bool

GetTemplateChild() protected method

protected GetTemplateChild ( [ childName ) : DependencyObject
childName [
return DependencyObject

OnDoubleTapped() protected method

protected OnDoubleTapped ( [ e ) : void
e [
return void

OnDragEnter() protected method

protected OnDragEnter ( [ e ) : void
e [
return void

OnDragLeave() protected method

protected OnDragLeave ( [ e ) : void
e [
return void

OnDragOver() protected method

protected OnDragOver ( [ e ) : void
e [
return void

OnDrop() protected method

protected OnDrop ( [ e ) : void
e [
return void

OnGotFocus() protected method

protected OnGotFocus ( [ e ) : void
e [
return void

OnHolding() protected method

protected OnHolding ( [ e ) : void
e [
return void

OnKeyDown() protected method

protected OnKeyDown ( [ e ) : void
e [
return void

OnKeyUp() protected method

protected OnKeyUp ( [ e ) : void
e [
return void

OnLostFocus() protected method

protected OnLostFocus ( [ e ) : void
e [
return void

OnManipulationCompleted() protected method

protected OnManipulationCompleted ( [ e ) : void
e [
return void

OnManipulationDelta() protected method

protected OnManipulationDelta ( [ e ) : void
e [
return void

OnManipulationInertiaStarting() protected method

protected OnManipulationInertiaStarting ( [ e ) : void
e [
return void

OnManipulationStarted() protected method

protected OnManipulationStarted ( [ e ) : void
e [
return void

OnManipulationStarting() protected method

protected OnManipulationStarting ( [ e ) : void
e [
return void

OnPointerCanceled() protected method

protected OnPointerCanceled ( [ e ) : void
e [
return void

OnPointerCaptureLost() protected method

protected OnPointerCaptureLost ( [ e ) : void
e [
return void

OnPointerEntered() protected method

protected OnPointerEntered ( [ e ) : void
e [
return void

OnPointerExited() protected method

protected OnPointerExited ( [ e ) : void
e [
return void

OnPointerMoved() protected method

protected OnPointerMoved ( [ e ) : void
e [
return void

OnPointerPressed() protected method

protected OnPointerPressed ( [ e ) : void
e [
return void

OnPointerReleased() protected method

protected OnPointerReleased ( [ e ) : void
e [
return void

OnPointerWheelChanged() protected method

protected OnPointerWheelChanged ( [ e ) : void
e [
return void

OnRightTapped() protected method

protected OnRightTapped ( [ e ) : void
e [
return void

OnTapped() protected method

protected OnTapped ( [ e ) : void
e [
return void