WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemWindow

    Show / Hide Table of Contents

    Class ItemWindow

    This class presents item in QuickTab mode.

    Inheritance
    System.Object
    GalleryItem
    ItemWindow
    Inherited Members
    GalleryItem.WidthProperty
    GalleryItem.HeightProperty
    GalleryItem.CaptionProperty
    GalleryItem.DescriptionProperty
    GalleryItem.IsDragOverProperty
    GalleryItem.IsSelectedProperty
    GalleryItem.HasFocusProperty
    GalleryItem.VisualModeProperty
    GalleryItem.IsAlwaysShownCaptionProperty
    GalleryItem.IsSelectedChangedEvent
    GalleryItem.VisibilityChangedEvent
    GalleryItem.DraggedEvent
    GalleryItem.MeasureOverride(Size)
    GalleryItem.ArrangeOverride(Size)
    GalleryItem.OnVisualParentChanged(DependencyObject)
    GalleryItem.OnMouseUp(MouseButtonEventArgs)
    GalleryItem.OnMouseMove(MouseEventArgs)
    GalleryItem.OnGotKeyboardFocus(KeyboardFocusChangedEventArgs)
    GalleryItem.OnLostKeyboardFocus(KeyboardFocusChangedEventArgs)
    GalleryItem.OnQueryContinueDrag(QueryContinueDragEventArgs)
    GalleryItem.OnDragEnter(DragEventArgs)
    GalleryItem.OnDragLeave(DragEventArgs)
    GalleryItem.OnHasFocusChanged(DependencyPropertyChangedEventArgs)
    GalleryItem.Caption
    GalleryItem.Description
    GalleryItem.IsDragOver
    GalleryItem.IsSelected
    GalleryItem.HasFocus
    GalleryItem.VisualMode
    GalleryItem.IsAlwaysShownCaption
    GalleryItem.CaptionAlignment
    GalleryItem.DescriptionAlignment
    GalleryItem.CaptionChanged
    GalleryItem.WidthChanged
    GalleryItem.HeightChanged
    GalleryItem.DescriptionChanged
    GalleryItem.IsSelectedChanged
    GalleryItem.VisibilityChanged
    GalleryItem.VisualModeChanged
    GalleryItem.HasFocusChanged
    GalleryItem.IsAlwaysShownCaptionChanged
    Namespace: Syncfusion.Windows.Tools.Controls
    Assembly: Syncfusion.Tools.Wpf.dll
    Syntax
    public class ItemWindow : GalleryItem

    Constructors

    ItemWindow()

    Declaration
    public ItemWindow()

    Methods

    OnApplyTemplate()

    When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.

    Declaration
    public override void OnApplyTemplate()
    Overrides
    GalleryItem.OnApplyTemplate()

    OnMouseDown(MouseButtonEventArgs)

    Invoked when MouseDown event is raised.

    Declaration
    protected override void OnMouseDown(MouseButtonEventArgs e)
    Parameters
    Type Name Description
    System.Windows.Input.MouseButtonEventArgs e

    The instance that contains the event data.

    Overrides
    GalleryItem.OnMouseDown(MouseButtonEventArgs)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved