C# 클래스 Microsoft.Windows.Controls.Ribbon.RibbonGallery

상속: System.Windows.Controls.ItemsControl, IWeakEventListener, IPreviewCommandSource
파일 보기 프로젝트 열기: kasicass/kasicass 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AllFilterItemContainerStyleProperty System.Windows.DependencyProperty
AllFilterItemTemplateProperty System.Windows.DependencyProperty
CanAddToQuickAccessToolBarDirectlyProperty System.Windows.DependencyProperty
CanUserFilterProperty System.Windows.DependencyProperty
CategoryStyleProperty System.Windows.DependencyProperty
CategoryTemplateProperty System.Windows.DependencyProperty
ColumnsStretchToFillProperty System.Windows.DependencyProperty
CommandParameterProperty System.Windows.DependencyProperty
CommandProperty System.Windows.DependencyProperty
CommandTargetProperty System.Windows.DependencyProperty
FilterItemContainerStyleProperty System.Windows.DependencyProperty
FilterItemContainerStyleSelectorProperty System.Windows.DependencyProperty
FilterItemTemplateProperty System.Windows.DependencyProperty
FilterItemTemplateSelectorProperty System.Windows.DependencyProperty
FilterMenuButtonStyleProperty System.Windows.DependencyProperty
FilterPaneContentProperty System.Windows.DependencyProperty
FilterPaneContentTemplateProperty System.Windows.DependencyProperty
GalleryItemStyleProperty System.Windows.DependencyProperty
GalleryItemTemplateProperty System.Windows.DependencyProperty
HighlightedItemProperty System.Windows.DependencyProperty
IsSharedColumnSizeScopeProperty System.Windows.DependencyProperty
IsSynchronizedWithCurrentItemProperty System.Windows.DependencyProperty
MaxColumnCountProperty System.Windows.DependencyProperty
MinColumnCountProperty System.Windows.DependencyProperty
PreviewCommandParameterProperty System.Windows.DependencyProperty
QuickAccessToolBarIdProperty System.Windows.DependencyProperty
RibbonProperty System.Windows.DependencyProperty
SelectedItemProperty System.Windows.DependencyProperty
SelectedValuePathProperty System.Windows.DependencyProperty
SelectedValueProperty System.Windows.DependencyProperty
SelectionChangedEvent System.Windows.RoutedEvent
SmallImageSourceProperty System.Windows.DependencyProperty
ToolTipDescriptionProperty System.Windows.DependencyProperty
ToolTipFooterDescriptionProperty System.Windows.DependencyProperty
ToolTipFooterImageSourceProperty System.Windows.DependencyProperty
ToolTipFooterTitleProperty System.Windows.DependencyProperty
ToolTipImageSourceProperty System.Windows.DependencyProperty
ToolTipTitleProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
AddCurrentItemChangedListener void
ChangeHighlight void
ChangeSelection void
CoerceHighlightedItem object
CoerceMaxColumnCount object
CoerceSelectedItem object
CoerceSelectedValue object
ContainsItem bool
ContainsValue bool
DidMouseMove bool
FilterCanExecute void
FilterExecuted void
ForceCoerceHighlightedItem void
ForceCoerceSelectedItem void
ForceCoerceSelectedValue void
GetInnerText object
GetSelectableValueFromItem object
GetSelectableValueFromItem object
GetSourceCollectionView CollectionView
HookCommand void
IWeakEventListener bool
InvalidateMeasureOnAllCategoriesPanel void
IsMinMaxColumnCountValid bool
MoveCurrentTo void
MoveCurrentToPosition void
OnCanExecuteChanged void
OnCategoryStyleChanged void
OnCategoryTemplateChanged void
OnCoerceCurrentFilterStyle object
OnCoerceCurrentFilterTemplate object
OnCoerceFilterItemContainerStyleSelector object
OnCoerceFilterItemTemplateSelector object
OnCoerceItemContainerStyle object
OnCoerceItemTemplate object
OnCommandChanged void
OnCurrentFilterChanged void
OnCurrentFilterTemplateChanged void
OnCurrentItemChanged void
OnDismissPopup void
OnDismissPopupThunk void
OnFilterButtonItemContainerGeneratorStatusChanged void
OnFilterItemContainerStyleChanged void
OnFilterItemContainerStyleSelectorChanged void
OnFilterItemTemplateChanged void
OnFilterItemTemplateSelectorChanged void
OnHighlightedItemChangedPrivate void
OnIsSelectedChanged void
OnIsSynchronizedWithCurrentItemChanged void
OnItemContainerGeneratorStatusChanged void
OnLayoutPropertyChange void
OnLoaded void
OnMouseMove void
OnNavigationKeyDown void
OnNotifyGalleryItemTemplateOrStylePropertyChanged void
OnSelectedValuePathChanged void
OnSourceCollectionViewCurrentItemChanged void
OnUnloaded void
RemoveCurrentItemChangedListener void
RepopulateCategoryFilters void
RibbonGallery System
SetHeaderBindingForCurrentFilterItem void
SetTemplateBindingForCurrentFilterItem void
SynchronizeWithCurrentItem void
SynchronizeWithCurrentItem void
UnhookCommand void
UpdateCanExecute void
UpdateIsSynchronizedWithCurrentItemInternal void
VerifyEqual bool
filterMenuButton_Loaded void

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void
ScrollIntoView ( object item ) : void

This method allows a particular item to be scrolled into view

Note that this method currently does not support the virtualization

보호된 메소드들

메소드 설명
ClearContainerForItemOverride ( DependencyObject element, object item ) : void

Called when the container is being detached from the parent ItemsControl

GetContainerForItemOverride ( ) : DependencyObject
IsItemItsOwnContainerOverride ( object item ) : bool
OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
OnHighlightedItemChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnInitialized ( EventArgs e ) : void
OnIsKeyboardFocusWithinChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Called when the focus changes within the subtree

OnItemsChanged ( NotifyCollectionChangedEventArgs e ) : void

This method is invoked when the Items property changes.

OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void
OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Gallery's ScrollViewer handles up/down arrow keys and marks the KeyDown event handled even if the next focusable element is not its descendant. The logic here enables navigation to outside the gallery (for e.g. from the last/first galleryItem to gallery's sibling MenuItem).

OnSelectionChanged ( RoutedPropertyChangedEventArgs e ) : void

Called when SelectedItem changes. Default implementation fires the SelectionChanged event.

PrepareContainerForItemOverride ( DependencyObject element, object item ) : void

Called when the container is being attached to the parent ItemsControl

비공개 메소드들

메소드 설명
AddCurrentItemChangedListener ( ) : void
ChangeHighlight ( object item, RibbonGalleryItem container, bool isHighlighted ) : void
ChangeSelection ( object item, RibbonGalleryItem container, bool isSelected ) : void
CoerceHighlightedItem ( DependencyObject d, object value ) : object
CoerceMaxColumnCount ( DependencyObject d, object baseValue ) : object
CoerceSelectedItem ( DependencyObject d, object value ) : object
CoerceSelectedValue ( DependencyObject d, object value ) : object
ContainsItem ( object item, bool ignoreItemContainerGeneratorStatus, RibbonGalleryCategory &category, RibbonGalleryItem &galleryItem ) : bool
ContainsValue ( object value, bool ignoreItemContainerGeneratorStatus, object &item, RibbonGalleryCategory &category, RibbonGalleryItem &galleryItem ) : bool
DidMouseMove ( System.Windows.Input.MouseEventArgs e ) : bool
FilterCanExecute ( object sender, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
FilterExecuted ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
ForceCoerceHighlightedItem ( ) : void
ForceCoerceSelectedItem ( ) : void
ForceCoerceSelectedValue ( ) : void
GetInnerText ( object item ) : object
GetSelectableValueFromItem ( object item ) : object
GetSelectableValueFromItem ( object item, ContentControl dummyElement ) : object
GetSourceCollectionView ( ItemsControl itemsControl ) : CollectionView
HookCommand ( ICommand command ) : void
IWeakEventListener ( Type managerType, object sender, EventArgs e ) : bool
InvalidateMeasureOnAllCategoriesPanel ( ) : void
IsMinMaxColumnCountValid ( object value ) : bool
MoveCurrentTo ( CollectionView cv, object item ) : void
MoveCurrentToPosition ( CollectionView cv, int position ) : void
OnCanExecuteChanged ( object sender, EventArgs e ) : void
OnCategoryStyleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnCategoryTemplateChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnCoerceCurrentFilterStyle ( DependencyObject d, object baseValue ) : object
OnCoerceCurrentFilterTemplate ( DependencyObject d, object baseValue ) : object
OnCoerceFilterItemContainerStyleSelector ( DependencyObject d, object baseValue ) : object
OnCoerceFilterItemTemplateSelector ( DependencyObject d, object baseValue ) : object
OnCoerceItemContainerStyle ( DependencyObject d, object baseValue ) : object
OnCoerceItemTemplate ( DependencyObject d, object baseValue ) : object
OnCommandChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnCurrentFilterChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnCurrentFilterTemplateChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnCurrentItemChanged ( ) : void
OnDismissPopup ( RibbonDismissPopupEventArgs e ) : void
OnDismissPopupThunk ( object sender, RibbonDismissPopupEventArgs e ) : void
OnFilterButtonItemContainerGeneratorStatusChanged ( object sender, EventArgs e ) : void
OnFilterItemContainerStyleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnFilterItemContainerStyleSelectorChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnFilterItemTemplateChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnFilterItemTemplateSelectorChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnHighlightedItemChangedPrivate ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsSelectedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnIsSynchronizedWithCurrentItemChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnItemContainerGeneratorStatusChanged ( object sender, EventArgs e ) : void
OnLayoutPropertyChange ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLoaded ( object sender, RoutedEventArgs e ) : void
OnMouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
OnNavigationKeyDown ( System.Windows.Input.KeyEventArgs e, DependencyObject focusedElement ) : void
OnNotifyGalleryItemTemplateOrStylePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSelectedValuePathChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSourceCollectionViewCurrentItemChanged ( ) : void
OnUnloaded ( object sender, RoutedEventArgs e ) : void
RemoveCurrentItemChangedListener ( ) : void
RepopulateCategoryFilters ( ) : void
RibbonGallery ( ) : System

Initializes static members of the RibbonGallery class.

SetHeaderBindingForCurrentFilterItem ( ) : void
SetTemplateBindingForCurrentFilterItem ( ) : void
SynchronizeWithCurrentItem ( ) : void
SynchronizeWithCurrentItem ( RibbonGalleryCategory category, object selectedItem ) : void
UnhookCommand ( ICommand command ) : void
UpdateCanExecute ( ) : void
UpdateIsSynchronizedWithCurrentItemInternal ( ) : void

Update the private flag IsSynchronizedWithCurrentItemInternal so that it honor the public property when set and chooses the automatic behavior which is synchornize currency only when bound to an explicit CollectionViewSource.

VerifyEqual ( object knownValue, object itemValue ) : bool
filterMenuButton_Loaded ( object sender, RoutedEventArgs e ) : void

메소드 상세

ClearContainerForItemOverride() 보호된 메소드

Called when the container is being detached from the parent ItemsControl
protected ClearContainerForItemOverride ( DependencyObject element, object item ) : void
element System.Windows.DependencyObject
item object
리턴 void

GetContainerForItemOverride() 보호된 메소드

protected GetContainerForItemOverride ( ) : DependencyObject
리턴 System.Windows.DependencyObject

IsItemItsOwnContainerOverride() 보호된 메소드

protected IsItemItsOwnContainerOverride ( object item ) : bool
item object
리턴 bool

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnCreateAutomationPeer() 보호된 메소드

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
리턴 System.Windows.Automation.Peers.AutomationPeer

OnHighlightedItemChanged() 보호된 메소드

protected OnHighlightedItemChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnInitialized() 보호된 메소드

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnIsKeyboardFocusWithinChanged() 보호된 메소드

Called when the focus changes within the subtree
protected OnIsKeyboardFocusWithinChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

OnItemsChanged() 보호된 메소드

This method is invoked when the Items property changes.
protected OnItemsChanged ( NotifyCollectionChangedEventArgs e ) : void
e System.Collections.Specialized.NotifyCollectionChangedEventArgs
리턴 void

OnItemsSourceChanged() 보호된 메소드

protected OnItemsSourceChanged ( IEnumerable oldValue, IEnumerable newValue ) : void
oldValue IEnumerable
newValue IEnumerable
리턴 void

OnMouseEnter() 보호된 메소드

protected OnMouseEnter ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnMouseLeave() 보호된 메소드

protected OnMouseLeave ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
리턴 void

OnPreviewKeyDown() 보호된 메소드

Gallery's ScrollViewer handles up/down arrow keys and marks the KeyDown event handled even if the next focusable element is not its descendant. The logic here enables navigation to outside the gallery (for e.g. from the last/first galleryItem to gallery's sibling MenuItem).
protected OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
리턴 void

OnSelectionChanged() 보호된 메소드

Called when SelectedItem changes. Default implementation fires the SelectionChanged event.
protected OnSelectionChanged ( RoutedPropertyChangedEventArgs e ) : void
e RoutedPropertyChangedEventArgs Event arguments.
리턴 void

PrepareContainerForItemOverride() 보호된 메소드

Called when the container is being attached to the parent ItemsControl
protected PrepareContainerForItemOverride ( DependencyObject element, object item ) : void
element System.Windows.DependencyObject
item object
리턴 void

ScrollIntoView() 공개 메소드

This method allows a particular item to be scrolled into view
Note that this method currently does not support the virtualization
public ScrollIntoView ( object item ) : void
item object
리턴 void

프로퍼티 상세

AllFilterItemContainerStyleProperty 공개적으로 정적으로 프로퍼티

Style to allow customization of the "All" filter item's container.
public static DependencyProperty,System.Windows AllFilterItemContainerStyleProperty
리턴 System.Windows.DependencyProperty

AllFilterItemTemplateProperty 공개적으로 정적으로 프로퍼티

DataTemplate to allow customization of the "All" filter item.
public static DependencyProperty,System.Windows AllFilterItemTemplateProperty
리턴 System.Windows.DependencyProperty

CanAddToQuickAccessToolBarDirectlyProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for CanAddToQuickAccessToolBarDirectly property.
public static DependencyProperty,System.Windows CanAddToQuickAccessToolBarDirectlyProperty
리턴 System.Windows.DependencyProperty

CanUserFilterProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for CanUserFilter. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows CanUserFilterProperty
리턴 System.Windows.DependencyProperty

CategoryStyleProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for the CategoryStyle property.
public static DependencyProperty,System.Windows CategoryStyleProperty
리턴 System.Windows.DependencyProperty

CategoryTemplateProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for the CategoryStyle property.
public static DependencyProperty,System.Windows CategoryTemplateProperty
리턴 System.Windows.DependencyProperty

ColumnsStretchToFillProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ColumnsStretchToFillProperty
리턴 System.Windows.DependencyProperty

CommandParameterProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for CommandParameterProperty. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows CommandParameterProperty
리턴 System.Windows.DependencyProperty

CommandProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for CommandProperty. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows CommandProperty
리턴 System.Windows.DependencyProperty

CommandTargetProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for CommandTargetProperty. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows CommandTargetProperty
리턴 System.Windows.DependencyProperty

FilterItemContainerStyleProperty 공개적으로 정적으로 프로퍼티

Style to allow customization of the filter items containers.
public static DependencyProperty,System.Windows FilterItemContainerStyleProperty
리턴 System.Windows.DependencyProperty

FilterItemContainerStyleSelectorProperty 공개적으로 정적으로 프로퍼티

StyleSelector to allow customization of the filter item containers.
public static DependencyProperty,System.Windows FilterItemContainerStyleSelectorProperty
리턴 System.Windows.DependencyProperty

FilterItemTemplateProperty 공개적으로 정적으로 프로퍼티

DataTemplate to allow customization of the filter items.
public static DependencyProperty,System.Windows FilterItemTemplateProperty
리턴 System.Windows.DependencyProperty

FilterItemTemplateSelectorProperty 공개적으로 정적으로 프로퍼티

DataTemplateSelector to allow customization of the filter items.
public static DependencyProperty,System.Windows FilterItemTemplateSelectorProperty
리턴 System.Windows.DependencyProperty

FilterMenuButtonStyleProperty 공개적으로 정적으로 프로퍼티

Style to allow customization of the Filter menu button.
public static DependencyProperty,System.Windows FilterMenuButtonStyleProperty
리턴 System.Windows.DependencyProperty

FilterPaneContentProperty 공개적으로 정적으로 프로퍼티

Object to allow customization of the Filter pane.
public static DependencyProperty,System.Windows FilterPaneContentProperty
리턴 System.Windows.DependencyProperty

FilterPaneContentTemplateProperty 공개적으로 정적으로 프로퍼티

DataTemplate to allow customization of the Filter pane.
public static DependencyProperty,System.Windows FilterPaneContentTemplateProperty
리턴 System.Windows.DependencyProperty

GalleryItemStyleProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows GalleryItemStyleProperty
리턴 System.Windows.DependencyProperty

GalleryItemTemplateProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows GalleryItemTemplateProperty
리턴 System.Windows.DependencyProperty

HighlightedItemProperty 공개적으로 정적으로 프로퍼티

The DependencyProperty for the HighlightedItem property. Flags: None Default Value: null
public static DependencyProperty,System.Windows HighlightedItemProperty
리턴 System.Windows.DependencyProperty

IsSharedColumnSizeScopeProperty 공개적으로 정적으로 프로퍼티

IsSharedColumnSizeScope: defined on RibbonGallery. RibbonGalleryCategory also adds itself owner to it. It's a BooleanProperty where True means that I(the control on which property is set) am the Scope for Uniform layout of items. Truth Table for this could be defined by: (gallery.IsSharedColumnScope && !category.ISSharedColumnScope)? Gallery Scope : Category Scope Default Scope must result as Gallery scope hence default value on Gallery is True and on Category it's false.
public static DependencyProperty,System.Windows IsSharedColumnSizeScopeProperty
리턴 System.Windows.DependencyProperty

IsSynchronizedWithCurrentItemProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows IsSynchronizedWithCurrentItemProperty
리턴 System.Windows.DependencyProperty

MaxColumnCountProperty 공개적으로 정적으로 프로퍼티

MaxColumnCount is the property defined on RibbonGallery. RibbonGalleryCategory also Adds itself Owner to this property. It's used by RibbonGalleryItemsPanel during Measure/Arrange which is default panel for RibbonGalleryCategory Default is int.MaxValue
public static DependencyProperty,System.Windows MaxColumnCountProperty
리턴 System.Windows.DependencyProperty

MinColumnCountProperty 공개적으로 정적으로 프로퍼티

MinColumnCount is the property defined on RibbonGallery. RibbonGalleryCategory also Adds itself Owner to this property. It's used by RibbonGalleryItemsPanel during Measure/Arrange which is default panel for RibbonGalleryCategory Default is 0
public static DependencyProperty,System.Windows MinColumnCountProperty
리턴 System.Windows.DependencyProperty

PreviewCommandParameterProperty 공개적으로 정적으로 프로퍼티

Using a DependencyProperty as the backing store for PreviewCommandParameterProperty. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows PreviewCommandParameterProperty
리턴 System.Windows.DependencyProperty

QuickAccessToolBarIdProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for QuickAccessToolBarId property.
public static DependencyProperty,System.Windows QuickAccessToolBarIdProperty
리턴 System.Windows.DependencyProperty

RibbonProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for Ribbon property.
public static DependencyProperty,System.Windows RibbonProperty
리턴 System.Windows.DependencyProperty

SelectedItemProperty 공개적으로 정적으로 프로퍼티

The DependencyProperty for the SelectedItem property. Default Value: null
public static DependencyProperty,System.Windows SelectedItemProperty
리턴 System.Windows.DependencyProperty

SelectedValuePathProperty 공개적으로 정적으로 프로퍼티

SelectedValuePath DependencyProperty
public static DependencyProperty,System.Windows SelectedValuePathProperty
리턴 System.Windows.DependencyProperty

SelectedValueProperty 공개적으로 정적으로 프로퍼티

The DependencyProperty for the SelectedValue property. Default Value: null
public static DependencyProperty,System.Windows SelectedValueProperty
리턴 System.Windows.DependencyProperty

SelectionChangedEvent 공개적으로 정적으로 프로퍼티

Event fired when SelectedItem changes.
public static RoutedEvent,System.Windows SelectionChangedEvent
리턴 System.Windows.RoutedEvent

SmallImageSourceProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for SmallImageSource property.
public static DependencyProperty,System.Windows SmallImageSourceProperty
리턴 System.Windows.DependencyProperty

ToolTipDescriptionProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ToolTipDescription property.
public static DependencyProperty,System.Windows ToolTipDescriptionProperty
리턴 System.Windows.DependencyProperty

ToolTipFooterDescriptionProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ToolTipFooterDescription property.
public static DependencyProperty,System.Windows ToolTipFooterDescriptionProperty
리턴 System.Windows.DependencyProperty

ToolTipFooterImageSourceProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ToolTipFooterImageSource property.
public static DependencyProperty,System.Windows ToolTipFooterImageSourceProperty
리턴 System.Windows.DependencyProperty

ToolTipFooterTitleProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ToolTipFooterTitle property.
public static DependencyProperty,System.Windows ToolTipFooterTitleProperty
리턴 System.Windows.DependencyProperty

ToolTipImageSourceProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ToolTipImageSource property.
public static DependencyProperty,System.Windows ToolTipImageSourceProperty
리턴 System.Windows.DependencyProperty

ToolTipTitleProperty 공개적으로 정적으로 프로퍼티

DependencyProperty for ToolTipTitle property.
public static DependencyProperty,System.Windows ToolTipTitleProperty
리턴 System.Windows.DependencyProperty