Microsoft windows class
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. 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. Raises the MouseDoubleClick routed event.
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. Class monikers bind to the class object of the class for which they are created. For more information, see Class Monikers. COM provides several helper functions that reduce the work of creating object instances. These are described in Instance Creation Helper Functions.
Creating an Object Through a Class Object. Skip to main content. This browser is no longer supported. Download Microsoft Edge More info. Contents Exit focus mode. Registers an app instance with the platform, or finds an existing instance if another instance has already registered this key. Retrieves the event arguments for an app activation that was registered by using one of the static methods of the ActivationRegistrationManager class.
Raised when an app activation is triggered that was registered by using one of the static methods of the ActivationRegistrationManager class.
Skip to main content. This browser is no longer supported. Instruction and assessment Make the most of your valuable instruction and assessment time with Microsoft technologies including Windows 10, Teams, and OneNote Class Notebooks. Learn more about Windows Teams Manage your class workflow and engage the voice of every student with Microsoft Teams.
OneNote Class Notebook Save time and get organized with OneNote Class Notebook, featuring personal workspaces, a content library, and a collaboration space. Measure and improve student progress Leverage the power of data analytics to measure student progress, identify students at-risk, improve learning, and optimise resources. Power BI With a live dashboard featuring critical student data, you can monitor progress, create interactive reports, and access data on the go. Learn more about Power BI.
Excel Track student progress, updates, and key milestones in this simple, familiar format. Learn more about Excel. Azure Track and analyze student progress with the safety and simplicity of Microsoft Azure cloud-based services.
Learn more about Azure. Help whenever you need it Free Microsoft Education product support for teachers - your one stop for help with Microsoft devices and services.
0コメント