Wpf system windows controls
Gets or sets a composite string that specifies how to format the Content property if it is displayed as a string. Gets or sets the data template used to display the content of the ContentControl. Gets or sets a template selector that enables an application writer to provide custom template-selection logic.
Gets or sets the context menu element that should appear whenever the context menu is requested through user interface UI from within this element. Gets or sets the key to use to reference the style for this control, when theme styles are used or defined. Gets or sets the dialog result value, which is the value that is returned from the ShowDialog method. Gets the Dispatcher this DispatcherObject is associated with.
Gets or sets the bitmap effect to apply to the UIElement. Gets or sets the direction that text and other user interface UI elements flow within any parent element that controls their layout. Gets or sets a value that indicates whether the element can receive focus. Gets or sets a property that enables customization of appearance, effects, or other style characteristics that will apply to this element when it captures keyboard focus.
Gets or sets a value that indicates whether this FrameworkElement should force the user interface UI to render the cursor as declared by the Cursor property. Gets a value that indicates whether the ContentControl contains content. Gets a value that indicates whether the UIElement has focus. Gets or sets the horizontal alignment characteristics applied to this element when it is composed within a parent element, such as a panel or items control.
Gets or sets the scope limits for property value inheritance, resource key lookup, and RelativeSource FindAncestor lookup. Gets or sets the context for input used by this FrameworkElement. Gets a value indicating whether the computed size and position of child elements in this element's layout are valid. Gets or sets a value indicating whether this element is enabled in the user interface UI. Gets a value that becomes the return value of IsEnabled in derived classes.
Gets a value that determines whether this element has logical focus. Gets or sets a value that declares whether this element can possibly be returned as a hit test result from some portion of its rendered content.
Gets a value that indicates whether this element has been initialized, either during processing by a XAML processor, or by explicitly having its EndInit method called.
Gets a value indicating whether an input method system, such as an Input Method Editor IME , is enabled for processing the input to this element. Gets a value indicating whether keyboard focus is anywhere within the element or its visual tree child elements. Gets or sets a value that indicates whether manipulation events are enabled on this UIElement. Gets a value indicating whether the mouse is captured to this element.
Gets a value that determines whether mouse capture is held by this element or by child elements in its visual tree. Gets a value that indicates whether the position of the mouse pointer corresponds to hit test results, which take element compositing into account. Gets a value indicating whether the mouse pointer is located over this element including child elements in the visual tree. Gets a value indicating whether the stylus is captured by this element. Gets a value that determines whether stylus capture is held by this element, or an element within the element bounds and its visual tree.
Gets a value that indicates whether the stylus position corresponds to hit test results, which take element compositing into account.
Gets a value indicating whether the stylus cursor is located over this element including visual child elements. Gets a value indicating whether this element is visible in the user interface UI.
Gets or sets a graphics transformation that should apply to this element when layout is performed. Gets or sets the identifying name of the element. The name provides a reference so that code-behind, such as event handler code, can refer to a markup element after it is constructed during processing by a XAML processor. Gets or sets the opacity factor applied to the entire UIElement when it is rendered in the user interface UI.
Gets or sets an opacity mask, as a Brush implementation that is applied to any alpha-channel masking for the rendered content of this element. Gets or sets a value that indicates whether this element incorporates style properties from theme styles. Gets or sets the Window that owns this Window. Gets or sets transform information that affects the rendering position of this element.
Gets or sets the center point of any possible render transform declared by RenderTransform , relative to the bounds of the element. Gets or sets a value that indicates whether a window will automatically size itself to fit the size of its content. Gets or sets a value that determines whether rendering for this element should use device-specific pixel settings during rendering.
Gets or sets a value that determines the order in which elements receive focus when the user navigates through controls by using the TAB key. Gets or sets an arbitrary object value that can be used to store custom information about this element. Gets or sets the Windows 7 taskbar thumbnail for the Window. Gets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. Gets all touch devices that are captured to this element or any child elements in its visual tree.
Gets or sets the unique identifier for localization for this element. Gets or sets a value that indicates whether layout rounding should be applied to this element's size and position during layout. Gets or sets the vertical alignment characteristics applied to this element when it is composed within a parent element such as a panel or items control. Gets or sets the BitmapEffect value for the Visual. Gets or sets the BitmapEffectInput value for the Visual. Gets or sets the BitmapScalingMode for the Visual.
Gets or sets a cached representation of the Visual. Gets or sets the clip region of the Visual as a Geometry value. Gets or sets the edge mode of the Visual as an EdgeMode value.
Gets or sets the bitmap effect to apply to the Visual. Gets or sets the opacity of the Visual. Gets or sets the Brush value that represents the opacity mask of the Visual. Gets or sets a clipped scrollable area for the Visual. Gets or sets the TextHintingMode of the Visual. Gets or sets the TextRenderingMode of the Visual. Gets or sets the Transform value for the Visual. Adds a specified object as the child of a ContentControl.
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 for routed event that had already been marked as handled by another element along the event route. Adds a specified text string to a ContentControl.
Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation. Applies an animation to a specified dependency property on this element, with the ability to specify what happens if the property already has a running animation.
Builds the current template's visual tree if necessary, and returns a value that indicates whether the visual tree was rebuilt by this call. Positions child elements and determines a size for a UIElement.
Parent elements call this method from their ArrangeCore Rect implementation or a WPF framework-level equivalent to form a recursive layout update. This method constitutes the second pass of a layout update. Starts a specific animation for a specified animated property on this element, with the option of specifying what happens if the property already has a running animation.
Begins the sequence of actions contained in the provided storyboard, with options specified for what should happen if the property is already animated. Begins the sequence of actions contained in the provided storyboard, with specified state for control of the animation after it is started.
Attempts to bring the provided region size of this element into view, within any scrollable regions it is contained within. Determines whether the calling thread has access to this DispatcherObject. Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier.
Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey. Manually closes a Window. Coerces the value of the specified dependency property.
This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject. Allows a window to be dragged by a mouse with its left button down over an exposed area of the window's client area. Determines whether a provided DependencyObject is equivalent to the current DependencyObject. Searches for a resource with the specified key, and throws an exception if the requested resource is not found.
Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. Returns the BindingExpression that represents the binding on the specified property.
Gets a hash code for this DependencyObject. Returns a geometry for a clipping mask. The mask applies if the layout system attempts to arrange an element that is larger than the available display space. Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject.
Returns the named element in the visual tree of an instantiated ControlTemplate. Gets the Type of the current instance. Returns the current effective value of a dependency property on this instance of a DependencyObject.
Overrides GetVisualChild Int32 , and returns a child at the specified index from a collection of child elements. Returns a reference to the Window object that hosts the content tree within which the dependency object is located.
Returns the input element within the current element that is at the specified coordinates, relative to the current element's origin.
Invalidates the arrange state layout for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by UpdateLayout.
Invalidates the rendering of the element, and forces a complete new layout pass. OnRender DrawingContext is called after the layout cycle is completed.
Parent elements call this method from their own MeasureCore Size implementations to form a recursive layout update. Calling this method constitutes the first pass the "Measure" pass of a layout update. Implements basic measure-pass layout system behavior for FrameworkElement. Creates a shallow copy of the current Object. Moves the keyboard focus away from this element and to another element in a provided traversal direction.
Raises the Activated event. When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate. Raises the Closed event. Raises the Closing event. Called when the Content property changes. Raises the ContentRendered event. Occurs when the ContentStringFormat property changes. Called when the ContentTemplate property changes.
Called when the ContentTemplateSelector property changes. Invoked whenever an unhandled ContextMenuClosing routed event reaches this class in its route.
Implement this method to add class handling for this event. Invoked whenever an unhandled ContextMenuOpening routed event reaches this class in its route. Creates and returns a WindowAutomationPeer object for this Window. Raises the Deactivated event. Invoked when an unhandled DragEnter attached event reaches an element in its route that is derived from this class. Invoked when an unhandled DragLeave attached event reaches an element in its route that is derived from this class.
Invoked when an unhandled DragOver attached event reaches an element in its route that is derived from this class. Invoked when an unhandled GiveFeedback attached event reaches an element in its route that is derived from this class.
Invoked whenever an unhandled GotFocus event reaches this element in its route. Invoked when an unhandled GotKeyboardFocus attached event reaches an element in its route that is derived from this class. Invoked when an unhandled GotMouseCapture attached event reaches an element in its route that is derived from this class. Invoked when an unhandled GotStylusCapture attached event reaches an element in its route that is derived from this class. Provides class handling for the GotTouchCapture routed event that occurs when a touch is captured to this element.
Raises the Initialized event. This method is invoked whenever IsInitialized is set to true internally. Invoked when an unhandled IsKeyboardFocusedChanged event is raised on this element. Invoked when an unhandled IsMouseCapturedChanged event is raised on this element. Invoked when an unhandled IsStylusCapturedChanged event is raised on this element. Invoked when an unhandled KeyDown attached event reaches an element in its route that is derived from this class. Invoked when an unhandled KeyUp attached event reaches an element in its route that is derived from this class.
Raises the LocationChanged event. Raises the LostFocus routed event by using the event data that is provided. Invoked when an unhandled LostKeyboardFocus attached event reaches an element in its route that is derived from this class.
Invoked when an unhandled LostMouseCapture attached event reaches an element in its route that is derived from this class. Hi Tim, please see Igor's answer, as your is way off. I am not sure where you are coming from with this comment that I am "way off". Granted Forms. Control is for Windows forms, and Controls. Control is for WPF, but the original, pre-edit question just asked for the difference, and this is one of the major differences, as pointed out in these MSDN articles: msdn.
I would love to know how that is off? Your answer implies that the two are interchangable, based on whether you want more flexibility or less work, which they are not. Sign up or log in Sign up using Google. Sign up using Facebook. Sign up using Email and Password. Post as a guest Name. Email Required, but never shown. The Overflow Blog. Stack Gives Back Safety in numbers: crowdsourcing data on nefarious IP addresses.
Featured on Meta. New post summary designs on greatest hits now, everywhere else eventually. Linked Gets or sets a value that indicates whether layout rounding should be applied to this element's size and position during layout. Gets or sets the vertical alignment characteristics applied to this element when it is composed within a parent element such as a panel or items control.
Gets or sets the BitmapEffect value for the Visual. Gets or sets the BitmapEffectInput value for the Visual.
Gets or sets the BitmapScalingMode for the Visual. Gets or sets a cached representation of the Visual. Gets or sets the clip region of the Visual as a Geometry value. Gets or sets the edge mode of the Visual as an EdgeMode value. Gets or sets the bitmap effect to apply to the Visual.
Gets or sets the opacity of the Visual. Gets or sets the Brush value that represents the opacity mask of the Visual. Gets or sets a clipped scrollable area for the Visual. Gets or sets the TextHintingMode of the Visual.
Gets or sets the TextRenderingMode of the Visual. Gets or sets the Transform value for the Visual. 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 for routed event that had already been marked as handled by another element along the event route. Applies an animation to a specified dependency property on this element. Any existing animations are stopped and replaced with the new animation. Applies an animation to a specified dependency property on this element, with the ability to specify what happens if the property already has a running animation.
Builds the current template's visual tree if necessary, and returns a value that indicates whether the visual tree was rebuilt by this call. Positions child elements and determines a size for a UIElement. Parent elements call this method from their ArrangeCore Rect implementation or a WPF framework-level equivalent to form a recursive layout update. This method constitutes the second pass of a layout update. Starts a specific animation for a specified animated property on this element, with the option of specifying what happens if the property already has a running animation.
Begins the sequence of actions contained in the provided storyboard, with options specified for what should happen if the property is already animated. Begins the sequence of actions contained in the provided storyboard, with specified state for control of the animation after it is started.
Attempts to bring the provided region size of this element into view, within any scrollable regions it is contained within. Determines whether the calling thread has access to this DispatcherObject. Clears the local value of a property. The property to be cleared is specified by a DependencyProperty identifier. Clears the local value of a read-only property. The property to be cleared is specified by a DependencyPropertyKey.
Coerces the value of the specified dependency property. This is accomplished by invoking any CoerceValueCallback function specified in property metadata for the dependency property as it exists on the calling DependencyObject.
Determines whether a provided DependencyObject is equivalent to the current DependencyObject. Searches for a resource with the specified key, and throws an exception if the requested resource is not found. Returns the base property value for the specified property on this element, disregarding any possible animated value from a running or stopped animation. Returns the BindingExpression that represents the binding on the specified property.
Gets a hash code for this DependencyObject. Returns a geometry for a clipping mask. The mask applies if the layout system attempts to arrange an element that is larger than the available display space.
Creates a specialized enumerator for determining which dependency properties have locally set values on this DependencyObject.
Returns the named element in the visual tree of an instantiated ControlTemplate. Gets the Type of the current instance. Returns the current effective value of a dependency property on this instance of a DependencyObject. Overrides GetVisualChild Int32 , and returns a child at the specified index from a collection of child elements.
Returns the input element within the current element that is at the specified coordinates, relative to the current element's origin. Invalidates the arrange state layout for the element. After the invalidation, the element will have its layout updated, which will occur asynchronously unless subsequently forced by UpdateLayout.
Invalidates the rendering of the element, and forces a complete new layout pass. OnRender DrawingContext is called after the layout cycle is completed. Parent elements call this method from their own MeasureCore Size implementations to form a recursive layout update. Calling this method constitutes the first pass the "Measure" pass of a layout update. Implements basic measure-pass layout system behavior for FrameworkElement.
Updates the DesiredSize of the image. This method is called by the parent UIElement and is the first pass of layout. Creates a shallow copy of the current Object. Moves the keyboard focus away from this element and to another element in a provided traversal direction. When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate. Invoked whenever an unhandled ContextMenuClosing routed event reaches this class in its route.
Implement this method to add class handling for this event. Invoked whenever an unhandled ContextMenuOpening routed event reaches this class in its route. Creates and returns an AutomationPeer object for this Image. Invoked when an unhandled DragEnter attached event reaches an element in its route that is derived from this class. Invoked when an unhandled DragLeave attached event reaches an element in its route that is derived from this class.
Invoked when an unhandled DragOver attached event reaches an element in its route that is derived from this class. Invoked when an unhandled GiveFeedback attached event reaches an element in its route that is derived from this class. Invoked whenever an unhandled GotFocus event reaches this element in its route. Invoked when an unhandled GotKeyboardFocus attached event reaches an element in its route that is derived from this class.
Invoked when an unhandled GotMouseCapture attached event reaches an element in its route that is derived from this class. Invoked when an unhandled GotStylusCapture attached event reaches an element in its route that is derived from this class. Provides class handling for the GotTouchCapture routed event that occurs when a touch is captured to this element.
Raises the Initialized event. This method is invoked whenever IsInitialized is set to true internally. Invoked when an unhandled IsKeyboardFocusedChanged event is raised on this element. Invoked when an unhandled IsMouseCapturedChanged event is raised on this element. Invoked when an unhandled IsStylusCapturedChanged event is raised on this element. Invoked when an unhandled KeyDown attached event reaches an element in its route that is derived from this class. Invoked when an unhandled KeyUp attached event reaches an element in its route that is derived from this class.
Raises the LostFocus routed event by using the event data that is provided. Invoked when an unhandled LostKeyboardFocus attached event reaches an element in its route that is derived from this class.
Invoked when an unhandled LostMouseCapture attached event reaches an element in its route that is derived from this class.
Invoked when an unhandled LostStylusCapture attached event reaches an element in its route that is derived from this class. Provides class handling for the LostTouchCapture routed event that occurs when this element loses a touch capture. Called when the ManipulationBoundaryFeedback event occurs. Called when the ManipulationCompleted event occurs. Called when the ManipulationDelta event occurs. Called when the ManipulationInertiaStarting event occurs.
Called when the ManipulationStarted event occurs. Provides class handling for the ManipulationStarting routed event that occurs when the manipulation processor is first created. Invoked when an unhandled MouseDown attached event reaches an element in its route that is derived from this class. Invoked when an unhandled MouseEnter attached event is raised on this element. Invoked when an unhandled MouseLeave attached event is raised on this element.
Invoked when an unhandled MouseLeftButtonDown routed event is raised on this element. Invoked when an unhandled MouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Invoked when an unhandled MouseMove attached event reaches an element in its route that is derived from this class. Invoked when an unhandled MouseRightButtonDown routed event reaches an element in its route that is derived from this class. Invoked when an unhandled MouseRightButtonUp routed event reaches an element in its route that is derived from this class.
Invoked when an unhandled MouseUp routed event reaches an element in its route that is derived from this class. Invoked when an unhandled MouseWheel attached event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewDragEnter attached event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewDragLeave attached event reaches an element in its route that is derived from this class.
Invoked when an unhandled PreviewDragOver attached event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewDrop attached event reaches an element in its route that is derived from this class.
Invoked when an unhandled PreviewGiveFeedback attached event reaches an element in its route that is derived from this class.
Invoked when an unhandled PreviewGotKeyboardFocus attached event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewKeyDown attached event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewKeyUp attached event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewMouseDown attached routed event reaches an element in its route that is derived from this class.
Invoked when an unhandled PreviewMouseLeftButtonDown routed event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewMouseLeftButtonUp routed event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewMouseMove attached event reaches an element in its route that is derived from this class.
Invoked when an unhandled PreviewMouseRightButtonDown routed event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewMouseRightButtonUp routed event reaches an element in its route that is derived from this class.
Invoked when an unhandled PreviewMouseUp attached event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewMouseWheel attached event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewQueryContinueDrag attached event reaches an element in its route that is derived from this class.
Invoked when an unhandled PreviewStylusButtonDown attached event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewStylusButtonUp attached event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewStylusDown attached event reaches an element in its route that is derived from this class.
Invoked when an unhandled PreviewStylusInAirMove attached event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewStylusInRange attached event reaches an element in its route that is derived from this class. Gets or sets the x-coordinate vertical guideline collection. Gets or sets the y-coordinate horizontal guideline collection.
Gets or sets the width of the element. AddChild Object. AddHandler RoutedEvent, Delegate. AddLogicalChild Object. Adds the provided object to the logical tree of this element. AddText String. AddVisualChild Visual. Defines the parent-child relationship between two visuals.
Arrange Rect. ArrangeCore Rect. ArrangeOverride Size. Starts an animation for a specified animated property on this element. Starts the initialization process for this element. BeginStoryboard Storyboard. Begins the sequence of actions that are contained in the provided storyboard. BeginStoryboard Storyboard, HandoffBehavior. Attempts to bring this element into view, within any scrollable regions it is contained within.
BringIntoView Rect. Attempts to force capture of the mouse to this element. Attempts to force capture of the stylus to this element. CaptureTouch TouchDevice. Attempts to force capture of a touch to this element. ClearValue DependencyProperty. ClearValue DependencyPropertyKey. CoerceValue DependencyProperty. Indicates that the initialization process for the element is complete.
Equals Object. Returns the common ancestor of two visual objects. FindName String. Finds an element that has the provided identifier name.
FindResource Object. Attempts to set focus to this element. GetBindingExpression DependencyProperty. GetLayoutClip Size. GetTemplateChild String. Inherited from Object. Returns an alternative logical parent for this element if there is no visual parent. GetValue DependencyProperty. GetVisualChild Int InputHitTest Point. Invalidates the measurement state layout for the element.
InvalidateProperty DependencyProperty. Re-evaluates the effective value for the specified dependency property. IsAncestorOf DependencyObject. Determines whether the visual object is an ancestor of the descendant visual object.
IsDescendantOf DependencyObject. Determines whether the visual object is a descendant of the ancestor visual object. Measure Size. MeasureCore Size. MeasureOverride Size. Called to remeasure a control. MoveFocus TraversalRequest. Navigates asynchronously to content that is specified by a uniform resource identifier URI. Provides class handling for when an access key that is meaningful for this element is invoked.
Supports layout behavior when a child element is resized. OnContentChanged Object, Object. OnContentRendered EventArgs. Called when the DPI at which this View is rendered changes. OnDrop DragEventArgs. OnInitialized EventArgs. OnRender DrawingContext.
OnStyleChanged Style, Style. Invoked when the style in use on this element changes, which will invalidate the layout. Called whenever the control's template changes. PointFromScreen Point. PointToScreen Point. PredictFocus FocusNavigationDirection. RaiseEvent RoutedEventArgs. ReadLocalValue DependencyProperty. Returns the local value of a dependency property, if it exists. RegisterName String, Object. Releases all captured touch devices from this element. Releases the mouse capture, if this element held the capture.
Releases the stylus device capture, if this element held the capture. ReleaseTouchCapture TouchDevice. Attempts to release the specified touch device from this element. RemoveHandler RoutedEvent, Delegate.
Removes the specified routed event handler from this element. RemoveLogicalChild Object. RemoveVisualChild Visual. Removes the parent-child relationship between two visuals. Attaches a binding to this element, based on the provided binding object. SetBinding DependencyProperty, String. Sets the value of a dependency property without changing its value source.
SetValue DependencyProperty, Object. Sets the local value of a dependency property, specified by its dependency property identifier. ShouldSerializeProperty DependencyProperty. Stops further downloading of content for the current navigation request. TransformToAncestor Visual. TransformToAncestor Visual3D.
TransformToDescendant Visual. TransformToVisual Visual. TryFindResource Object. Searches for a resource with the specified key, and returns that resource if found. UnregisterName String. Ensures that all visual child elements of this element are properly updated for layout. Occurs just before any context menu on the element is closed.
Occurs when any context menu on the element is opened. Occurs when the data context for this element changes. Occurs when this element gets logical focus. Occurs when the keyboard is focused on this element. Occurs when this element captures the mouse. Occurs when this element captures the stylus. Occurs when a touch is captured to this element.
Occurs when a key is pressed while focus is on this element. Occurs when a key is released while focus is on this element. Occurs when content that was navigated to has been loaded, parsed, and has begun rendering. Occurs when the element is laid out, rendered, and ready for interaction.
Occurs when this element loses logical focus. Occurs when the keyboard is no longer focused on this element. Occurs when this element loses mouse capture. Occurs when this element loses stylus capture. Occurs when this element loses a touch capture. Occurs when the manipulation encounters a boundary. Occurs when the input device changes position during a manipulation. Occurs when the manipulation processor is first created. Occurs when a mouse button is clicked two or more times. Occurs when any mouse button is pressed while the pointer is over this element.
Occurs when the mouse pointer enters the bounds of this element. Occurs when the mouse pointer leaves the bounds of this element. Occurs when the left mouse button is pressed while the mouse pointer is over this element.
Occurs when the left mouse button is released while the mouse pointer is over this element. Occurs when the mouse pointer moves while over this element. Occurs when the right mouse button is pressed while the mouse pointer is over this element. Occurs when the right mouse button is released while the mouse pointer is over this element.
Occurs when any mouse button is released over this element. Occurs when the user rotates the mouse wheel while the mouse pointer is over this element. Occurs when an error is raised while navigating to the requested content.
Occurs periodically during a download to provide navigation progress information. Occurs when a drag-and-drop operation is started. Occurs when a user clicks the mouse button two or more times. Occurs when the mouse pointer moves while the mouse pointer is over this element. Occurs when any mouse button is released while the mouse pointer is over this element. Occurs when the stylus button is pressed while the pointer is over this element.
Occurs when the stylus button is released while the pointer is over this element. Occurs when the stylus touches the digitizer while it is over this element. Occurs when the stylus moves over an element without actually touching the digitizer. Occurs when the stylus is close enough to the digitizer to be detected, while over this element.
Occurs when the stylus is too far from the digitizer to be detected. Occurs when a user performs one of several stylus gestures. Occurs when the user raises the stylus off the digitizer while the stylus is over this element. Occurs when this element gets text in a device-independent manner. Occurs when a finger touches the screen while the finger is over this element. Occurs when a finger moves on the screen while the finger is over this element. Occurs when a finger is raised off of the screen while the finger is over this element.
0コメント