Wpf ribbon microsoft.windows.shell




















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 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. Builds the visual tree for the RibbonWindow when a new template is applied. 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. 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. Raises the PreviewMouseDoubleClick routed event. 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.

Invoked when an unhandled PreviewStylusMove attached event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewStylusOutOfRange attached event reaches an element in its route that is derived from this class.

Invoked when an unhandled PreviewStylusSystemGesture attached event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewStylusUp attached event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewTextInput attached event reaches an element in its route that is derived from this class.

Provides class handling for the PreviewTouchDown routed event that occurs when a touch presses this element. Provides class handling for the PreviewTouchMove routed event that occurs when a touch moves while inside this element. Provides class handling for the PreviewTouchUp routed event that occurs when a touch is released inside this element. Invoked whenever the effective value of any dependency property on this FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter.

Invoked when an unhandled QueryContinueDrag attached event reaches an element in its route that is derived from this class.

Invoked when an unhandled QueryCursor attached event reaches an element in its route that is derived from this class.

When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.

Raises the SizeChanged event, using the specified information as part of the eventual event data. Raises the SourceInitialized event. Raises the StateChanged event. Invoked when an unhandled StylusButtonDown attached event reaches an element in its route that is derived from this class. Invoked when an unhandled StylusButtonUp attached event reaches an element in its route that is derived from this class.

Invoked when an unhandled StylusDown attached event reaches an element in its route that is derived from this class. Invoked when an unhandled StylusEnter attached event is raised by this element.

Invoked when an unhandled StylusInAirMove attached event reaches an element in its route that is derived from this class. Invoked when an unhandled StylusInRange attached event reaches an element in its route that is derived from this class. Invoked when an unhandled StylusLeave attached event is raised by this element. Invoked when an unhandled StylusMove attached event reaches an element in its route that is derived from this class.

Invoked when an unhandled StylusOutOfRange attached event reaches an element in its route that is derived from this class. Invoked when an unhandled StylusSystemGesture attached event reaches an element in its route that is derived from this class.

Invoked when an unhandled StylusUp attached event reaches an element in its route that is derived from this class. Invoked when an unhandled TextInput attached event reaches an element in its route that is derived from this class.

Invoked whenever an unhandled ToolTipClosing routed event reaches this class in its route. Invoked whenever the ToolTipOpening routed event reaches this class in its route. Provides class handling for the TouchDown routed event that occurs when a touch presses inside this element. Provides class handling for the TouchEnter routed event that occurs when a touch moves from outside to inside the bounds of this element. Provides class handling for the TouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this UIElement.

Provides class handling for the TouchMove routed event that occurs when a touch moves while inside this element. Provides class handling for the TouchUp routed event that occurs when a touch is released inside this element. Called when the VisualCollection of this Window object is modified.

Supports incremental layout implementations in specialized subclasses of FrameworkElement. ParentLayoutInvalidated UIElement is invoked when a child element has invalidated a property that is marked in metadata as affecting the parent's measure or arrange passes during layout. Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual.

Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates. Determines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. Raises a specific routed event. The RoutedEvent to be raised is identified within the RoutedEventArgs instance that is provided as the RoutedEvent property of that event data.

Provides an accessor that simplifies access to the NameScope registration method. Removes the provided object from this element's logical tree. FrameworkElement updates the affected logical tree parent pointers to keep in sync with this deletion.

Attaches a binding to this element, based on the provided source property name as a path qualification to the data source. Searches for a resource with the specified name and sets up a resource reference to it for the specified property. Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property. Returns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class.

Indicates whether the Content property should be persisted. Returns whether serialization processes should serialize the contents of the InputBindings property on instances of this class. Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property.

Returns whether serialization processes should serialize the contents of the Resources property. Returns whether serialization processes should serialize the contents of the Style property.

Returns whether serialization processes should serialize the contents of the Triggers property. Returns the string representation of a Control object. The only thing that solved my problem was redo the userinterface without the ribbon interface :. If anybody ever has an answer to this problem post it here.

It might be usefull for somebody else — pieter. Show 2 more comments. Active Oldest Votes. Improve this answer. Community Bot 1 1 1 silver badge. Benoit Andrieu Benoit Andrieu 56 6 6 bronze badges. Add a comment.

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. Podcast Making Agile work for data science. Stack Gives Back Featured on Meta. New post summary designs on greatest hits now, everywhere else eventually. Linked 2. Related 0. Hot Network Questions. 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. Returns a value that indicates whether the specified item is or is eligible to be its own container. 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. Invoked when the AlternationCount property changes. Builds the visual tree for the Ribbon when a new template is applied.

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 a new RibbonAutomationPeer object for this control. Invoked when the DisplayMemberPath property changes. 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. Invoked when the GroupStyleSelector property changes. 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. Called when the IsKeyboardFocusWithin property has changed. Invoked when an unhandled IsMouseCapturedChanged event is raised on this element. Invoked when an unhandled IsStylusCapturedChanged event is raised on this element. Invoked when the ItemBindingGroup property changes.

Invoked when the ItemContainerStyle property changes. Invoked when the ItemContainerStyleSelector property changes. Updates the current selection and synchronizes the headers when an item is changed in the Ribbon. Invoked when the ItemsPanel property changes. Invoked when the ItemStringFormat property changes. Invoked when the ItemTemplate property changes.

Invoked when the ItemTemplateSelector property changes. Provides class handling for the KeyDown event. 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.

Raises the MouseDoubleClick routed event. Provides class handling for the MouseDown event. 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. Raises the PreviewMouseDoubleClick routed event. Provides class handling for the PreviewMouseDown event. 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. Provides class handling for the MouseWheel event. 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. Invoked when an unhandled PreviewStylusMove attached event reaches an element in its route that is derived from this class.

Invoked when an unhandled PreviewStylusOutOfRange attached event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewStylusSystemGesture attached event reaches an element in its route that is derived from this class. Invoked when an unhandled PreviewStylusUp attached event reaches an element in its route that is derived from this class.

Invoked when an unhandled PreviewTextInput attached event reaches an element in its route that is derived from this class. Provides class handling for the PreviewTouchDown routed event that occurs when a touch presses this element. Provides class handling for the PreviewTouchMove routed event that occurs when a touch moves while inside this element. Provides class handling for the PreviewTouchUp routed event that occurs when a touch is released inside this element.

Invoked whenever the effective value of any dependency property on this FrameworkElement has been updated. The specific dependency property that changed is reported in the arguments parameter. Invoked when an unhandled QueryContinueDrag attached event reaches an element in its route that is derived from this class.

Invoked when an unhandled QueryCursor attached event reaches an element in its route that is derived from this class. When overridden in a derived class, participates in rendering operations that are directed by the layout system. The rendering instructions for this element are not used directly when this method is invoked, and are instead preserved for later asynchronous use by layout and drawing.

Raises the SizeChanged event, using the specified information as part of the eventual event data. Provides class handling for the SelectionChanged event. Invoked when an unhandled StylusButtonDown attached event reaches an element in its route that is derived from this class. Invoked when an unhandled StylusButtonUp attached event reaches an element in its route that is derived from this class.

Invoked when an unhandled StylusDown attached event reaches an element in its route that is derived from this class. Invoked when an unhandled StylusEnter attached event is raised by this element. Invoked when an unhandled StylusInAirMove attached event reaches an element in its route that is derived from this class. Invoked when an unhandled StylusInRange attached event reaches an element in its route that is derived from this class.

Invoked when an unhandled StylusLeave attached event is raised by this element. Invoked when an unhandled StylusMove attached event reaches an element in its route that is derived from this class.

Invoked when an unhandled StylusOutOfRange attached event reaches an element in its route that is derived from this class. Invoked when an unhandled StylusSystemGesture attached event reaches an element in its route that is derived from this class. Invoked when an unhandled StylusUp attached event reaches an element in its route that is derived from this class. Invoked when the TextInput event is received.

Invoked whenever an unhandled ToolTipClosing routed event reaches this class in its route. Invoked whenever the ToolTipOpening routed event reaches this class in its route. Provides class handling for the TouchDown routed event that occurs when a touch presses inside this element. Provides class handling for the TouchEnter routed event that occurs when a touch moves from outside to inside the bounds of this element. Provides class handling for the TouchLeave routed event that occurs when a touch moves from inside to outside the bounds of this UIElement.

Provides class handling for the TouchMove routed event that occurs when a touch moves while inside this element. Provides class handling for the TouchUp routed event that occurs when a touch is released inside this element. Called when the VisualCollection of the visual object is modified. Invoked when the parent of this element in the visual tree is changed. Supports incremental layout implementations in specialized subclasses of FrameworkElement. ParentLayoutInvalidated UIElement is invoked when a child element has invalidated a property that is marked in metadata as affecting the parent's measure or arrange passes during layout.

Converts a Point in screen coordinates into a Point that represents the current coordinate system of the Visual. Converts a Point that represents the current coordinate system of the Visual into a Point in screen coordinates.

Determines the next element that would receive focus relative to this element for a provided focus movement direction, but does not actually move the focus. Raises a specific routed event. The RoutedEvent to be raised is identified within the RoutedEventArgs instance that is provided as the RoutedEvent property of that event data.

Provides an accessor that simplifies access to the NameScope registration method. Removes the provided object from this element's logical tree. FrameworkElement updates the affected logical tree parent pointers to keep in sync with this deletion.

Attaches a binding to this element, based on the provided source property name as a path qualification to the data source. Searches for a resource with the specified name and sets up a resource reference to it for the specified property. Sets the local value of a read-only dependency property, specified by the DependencyPropertyKey identifier of the dependency property.

Returns a value that indicates whether to apply the style from the ItemContainerStyle or ItemContainerStyleSelector property to the container element of the specified item. Returns whether serialization processes should serialize the contents of the CommandBindings property on instances of this class. Returns a value that indicates whether serialization processes should serialize the effective value of the GroupStyle property.

Returns whether serialization processes should serialize the contents of the InputBindings property on instances of this class. Returns a value that indicates whether serialization processes should serialize the effective value of the Items property.

Returns a value that indicates whether serialization processes should serialize the value for the provided dependency property. Returns whether serialization processes should serialize the contents of the Resources property. Returns whether serialization processes should serialize the contents of the Style property. Returns whether serialization processes should serialize the contents of the Triggers property.

Provides a string representation of the ItemsControl object. Returns a transform that can be used to transform coordinates from the Visual to the specified Visual ancestor of the visual object. Returns a transform that can be used to transform coordinates from the Visual to the specified Visual3D ancestor of the visual object. Returns a transform that can be used to transform coordinates from the Visual to the specified visual object descendant.

Returns a transform that can be used to transform coordinates from the Visual to the specified visual object. Translates a point relative to this element to coordinates that are relative to the specified element. Simplifies access to the NameScope de-registration method. Reapplies the default style to the current FrameworkElement. Enforces that the calling thread has access to this DispatcherObject. Occurs when the IsCollapsed property is changed to true and the Ribbon is collapsed.

Occurs when the input system reports an underlying drag event with this element as the drag target. Occurs when the input system reports an underlying drag event with this element as the drag origin. Occurs when the input system reports an underlying drag event with this element as the potential drop target.

Occurs when the input system reports an underlying drop event with this element as the drop target. Occurs when the IsCollapsed property is changed to false and the Ribbon is expanded. Occurs when the value of the Focusable property changes. Occurs when the input system reports an underlying drag-and-drop event that involves this element.

Occurs when this FrameworkElement is initialized. This event coincides with cases where the value of the IsInitialized property changes from false or undefined to true. Occurs when the value of the IsEnabled property on this element changes. Occurs when the value of the IsHitTestVisible dependency property changes on this element. Occurs when the value of the IsKeyboardFocused property changes on this element.

Occurs when the value of the IsKeyboardFocusWithin property changes on this element. Occurs when the value of the IsMouseCaptured property changes on this element. Occurs when the value of the IsMouseDirectlyOver property changes on this element. Occurs when the value of the IsStylusCaptured property changes on this element.

Occurs when the value of the IsStylusCaptureWithin property changes on this element. Occurs when the value of the IsStylusDirectlyOver property changes on this element. Occurs when the value of the IsVisible property changes on this element. Occurs when the layout of the various visual elements associated with the current Dispatcher changes. Occurs when a manipulation and inertia on the UIElement object is complete. Occurs when the input device loses contact with the UIElement object during a manipulation and inertia begins.

Occurs when an input device begins a manipulation on the UIElement object. Occurs when there is a change in the keyboard or mouse button state during a drag-and-drop operation. Occurs when the stylus moves while over the element. The stylus must move while being detected by the digitizer to raise this event, otherwise, PreviewStylusInAirMove is raised instead. Occurs when the cursor is requested to display. This event is raised on an element each time that the mouse pointer moves to a new location, which means the cursor object might need to be changed based on its new position.

Occurs when BringIntoView Rect is called on this element. Occurs when the selection of a Selector changes. Occurs when either the ActualHeight or the ActualWidth properties change value on this element. Occurs when the stylus moves over this element. The stylus must move while on the digitizer to raise this event. Otherwise, StylusInAirMove is raised instead.

This member supports the Windows Presentation Foundation WPF infrastructure and is not intended to be used directly from your code. Skip to main content. This browser is no longer supported. Download Microsoft Edge More info. Contents Exit focus mode. Ribbon Class Reference Is this page helpful? Please rate your experience Yes No.



0コメント

  • 1000 / 1000