CursorButton Methods |
The CursorButton type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddHandler | Adds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked even if the event is handled elsewhere. (Inherited from UIElement.) |
![]() | ApplyTemplate | Loads the relevant control template so that its parts can be referenced. (Inherited from Control.) |
![]() | Arrange | Positions child objects and determines a size for a UIElement. Parent objects that implement custom layout for their child elements should call this method from their layout override implementations to form a recursive layout update. (Inherited from UIElement.) |
![]() | ArrangeOverride | Provides the behavior for the "Arrange" pass of layout. Classes can override this method to define their own "Arrange" pass behavior. (Inherited from FrameworkElement.) |
![]() | CancelDirectManipulations | Cancels ongoing direct manipulation processing (system-defined panning/zooming) on any ScrollViewer parent that contains the current UIElement. (Inherited from UIElement.) |
![]() | CapturePointer | Sets pointer capture to a UIElement. Once captured, only the element that has capture will fire pointer-related events. (Inherited from UIElement.) |
![]() | ClearValue | Clears the local value of a dependency property. (Inherited from DependencyObject.) |
![]() | Equals(Button) | (Inherited from Button.) |
![]() | Equals(Object) | (Inherited from Button.) |
![]() | Equals(ButtonBase) | (Inherited from ButtonBase.) |
![]() | Equals(ContentControl) | (Inherited from ContentControl.) |
![]() | Equals(Control) | (Inherited from Control.) |
![]() | Equals(FrameworkElement) | (Inherited from FrameworkElement.) |
![]() | Equals(UIElement) | (Inherited from UIElement.) |
![]() | Equals(DependencyObject) | (Inherited from DependencyObject.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FindName | Retrieves an object that has the specified identifier name. (Inherited from FrameworkElement.) |
![]() | FindSubElementsForTouchTargeting | Enables a UIElement subclass to expose child elements that assist with resolving touch targeting. (Inherited from UIElement.) |
![]() | Focus | Attempts to set focus to this element. (Inherited from UIElement.) |
![]() | GetAnimationBaseValue | Returns any base value established for a dependency property, which would apply in cases where an animation is not active. (Inherited from DependencyObject.) |
![]() | GetBindingExpression | Returns the BindingExpression that represents the binding on the specified property. (Inherited from FrameworkElement.) |
![]() | GetChildrenInTabFocusOrder | Enables a UIElement subclass to expose child elements that take part in Tab focus. (Inherited from UIElement.) |
![]() | GetHashCode | (Inherited from Button.) |
![]() | GetTemplateChild | Retrieves the named element in the instantiated ControlTemplate visual tree. (Inherited from Control.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue | Returns the current effective value of a dependency property from a DependencyObject. (Inherited from DependencyObject.) |
![]() | GetVisualInternal | Retrieves the Visual that the element resolves to. (Inherited from UIElement.) |
![]() | GoToElementStateCore | When implemented in a derived class, enables per-state construction of a visual tree for a control template in code, rather than by loading XAML for all states at control startup. (Inherited from FrameworkElement.) |
![]() | InvalidateArrange | Invalidates the arrange state (layout) for a UIElement. After the invalidation, the UIElement will have its layout updated, which will occur asynchronously. (Inherited from UIElement.) |
![]() | InvalidateMeasure | Invalidates the measurement state (layout) for a UIElement. (Inherited from UIElement.) |
![]() | InvalidateViewport | Invalidates the viewport state for a UIElement that is used to calculate the effective viewport. (Inherited from FrameworkElement.) |
![]() | IsOverridableInterface | (Inherited from Button.) |
![]() | Measure | Updates the DesiredSize of a UIElement. Typically, objects that implement custom layout for their layout children call this method from their own MeasureOverride implementations to form a recursive layout update. (Inherited from UIElement.) |
![]() | MeasureOverride | Provides the behavior for the "Measure" pass of the layout cycle. Classes can override this method to define their own "Measure" pass behavior. (Inherited from FrameworkElement.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnApplyTemplate | Invoked whenever application code or internal processes (such as a rebuilding layout pass) call ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in your app. Override this method to influence the default post-template logic of a class. (Inherited from FrameworkElement.) |
![]() | OnBringIntoViewRequested | Called before the BringIntoViewRequested event occurs. (Inherited from UIElement.) |
![]() | OnCharacterReceived | Called before the CharacterReceived event occurs. (Inherited from Control.) |
![]() | OnContentChanged | Invoked when the value of the Content property changes. (Inherited from ContentControl.) |
![]() | OnContentTemplateChanged | Invoked when the value of the ContentTemplate property changes. (Inherited from ContentControl.) |
![]() | OnContentTemplateSelectorChanged | Invoked when the value of the ContentTemplateSelector property changes. (Inherited from ContentControl.) |
![]() | OnCreateAutomationPeer | When implemented in a derived class, returns class-specific AutomationPeer implementations for the Microsoft UI Automation infrastructure. (Inherited from UIElement.) |
![]() | OnDisconnectVisualChildren | Override this method to implement how layout and logic should behave when items are removed from a class-specific content or children property. (Inherited from UIElement.) |
![]() | OnDoubleTapped | Called before the DoubleTapped event occurs. (Inherited from Control.) |
![]() | OnDragEnter | Called before the DragEnter event occurs. (Inherited from Control.) |
![]() | OnDragLeave | Called before the DragLeave event occurs. (Inherited from Control.) |
![]() | OnDragOver | Called before the DragOver event occurs. (Inherited from Control.) |
![]() | OnDrop | Called before the Drop event occurs. (Inherited from Control.) |
![]() | OnGotFocus | Called before the GotFocus event occurs. (Inherited from Control.) |
![]() | OnHolding | Called before the Holding event occurs. (Inherited from Control.) |
![]() | OnKeyboardAcceleratorInvoked | Called when a keyboard shortcut (or accelerator) is processed in your app. Override this method to handle how your app responds when a keyboard accelerator is invoked. (Inherited from UIElement.) |
![]() | OnKeyDown | Called before the KeyDown event occurs. (Inherited from Control.) |
![]() | OnKeyUp | Called before the KeyUp event occurs. (Inherited from Control.) |
![]() | OnLostFocus | Called before the LostFocus event occurs. (Inherited from Control.) |
![]() | OnManipulationCompleted | Called before the ManipulationCompleted event occurs. (Inherited from Control.) |
![]() | OnManipulationDelta | Called before the ManipulationDelta event occurs. (Inherited from Control.) |
![]() | OnManipulationInertiaStarting | Called before the ManipulationInertiaStarting event occurs. (Inherited from Control.) |
![]() | OnManipulationStarted | Called before the ManipulationStarted event occurs. (Inherited from Control.) |
![]() | OnManipulationStarting | Called before the ManipulationStarting event occurs. (Inherited from Control.) |
![]() | OnPointerCanceled | Called before the PointerCanceled event occurs. (Inherited from Control.) |
![]() | OnPointerCaptureLost | Called before the PointerCaptureLost event occurs. (Inherited from Control.) |
![]() | OnPointerEntered | Called before the PointerEntered event occurs. (Inherited from Control.) |
![]() | OnPointerExited | Called before the PointerExited event occurs. (Inherited from Control.) |
![]() | OnPointerMoved | Called before the PointerMoved event occurs. (Inherited from Control.) |
![]() | OnPointerPressed | Called before the PointerPressed event occurs. (Inherited from Control.) |
![]() | OnPointerReleased | Called before the PointerReleased event occurs. (Inherited from Control.) |
![]() | OnPointerWheelChanged | Called before the PointerWheelChanged event occurs. (Inherited from Control.) |
![]() | OnPreviewKeyDown | Called before the PreviewKeyDown event occurs. (Inherited from Control.) |
![]() | OnPreviewKeyUp | Called before the PreviewKeyUp event occurs. (Inherited from Control.) |
![]() | OnProcessKeyboardAccelerators | Called just before a keyboard shortcut (or accelerator) is processed in your app. Invoked whenever application code or internal processes call ProcessKeyboardAccelerators. Override this method to influence the default accelerator handling. (Inherited from UIElement.) |
![]() | OnRightTapped | Called before the RightTapped event occurs. (Inherited from Control.) |
![]() | OnTapped | Called before the Tapped event occurs. (Inherited from Control.) |
![]() | PopulatePropertyInfo | Defines a property that can be animated. (Inherited from UIElement.) |
![]() | PopulatePropertyInfoOverride | When overridden in a derived class, defines a property that can be animated. (Inherited from UIElement.) |
![]() | ReadLocalValue | Returns the local value of a dependency property, if a local value is set. (Inherited from DependencyObject.) |
![]() | RegisterPropertyChangedCallback | Registers a notification function for listening to changes to a specific DependencyProperty on this DependencyObject instance. (Inherited from DependencyObject.) |
![]() | ReleasePointerCapture | Releases pointer captures for capture of one specific pointer by this UIElement. (Inherited from UIElement.) |
![]() | ReleasePointerCaptures | Releases all pointer captures held by this element. (Inherited from UIElement.) |
![]() | RemoveFocusEngagement | Releases the control from focus constraints that support game controller interactions (where IsFocusEngaged is true). (Inherited from Control.) |
![]() | RemoveHandler | Removes the specified routed event handler from this UIElement. Typically the handler in question was added by AddHandler. (Inherited from UIElement.) |
![]() | SetBinding | Attaches a binding to a FrameworkElement, using the provided binding object. (Inherited from FrameworkElement.) |
![]() | SetValue | Sets the local value of a dependency property on a DependencyObject. (Inherited from DependencyObject.) |
![]() | StartAnimation | Begins the specified animation on the element. (Inherited from UIElement.) |
![]() | StartBringIntoView | Initiates a request to the XAML framework to bring the element into view within any scrollable regions it is contained within. (Inherited from UIElement.) |
![]() | StartBringIntoView(BringIntoViewOptions) | Initiates a request to the XAML framework to bring the element into view using the specified options. (Inherited from UIElement.) |
![]() | StartDragAsync | (Inherited from UIElement.) |
![]() | StopAnimation | Stops the specified animation on the element. (Inherited from UIElement.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TransformToVisual | Returns a transform object that can be used to transform coordinates from the UIElement to the specified object. (Inherited from UIElement.) |
![]() | TryInvokeKeyboardAccelerator | Attempts to invoke a keyboard shortcut (or accelerator) by searching the entire visual tree of the UIElement for the shortcut. (Inherited from UIElement.) |
![]() | UnregisterPropertyChangedCallback | Cancels a change notification that was previously registered by calling RegisterPropertyChangedCallback. (Inherited from DependencyObject.) |
![]() | UpdateLayout | Ensures that all positions of child objects of a UIElement are properly updated for layout. (Inherited from UIElement.) |