C# 클래스 WPFLocalizeExtension.Engine.EnumComboBox

An extended combobox that is enumerating Enum values.

Use the BrowsableAttribute to hide specific entries.

상속: System.Windows.Controls.ComboBox
파일 보기 프로젝트 열기: SeriousM/WPFLocalizationExtension

공개 프로퍼티들

프로퍼티 타입 설명
PrefixProperty System.Windows.DependencyProperty
PrependTypeProperty System.Windows.DependencyProperty
SeparatorProperty System.Windows.DependencyProperty
TypeProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
SetType void
TypeChanged void

공개 메소드들

메소드 설명
EnumComboBox ( ) : System

Creates a new instance.

보호된 메소드들

메소드 설명
OnItemTemplateChanged ( System.Windows.DataTemplate oldItemTemplate, System.Windows.DataTemplate newItemTemplate ) : void
ShouldSerializeProperty ( DependencyProperty dp ) : bool

비공개 메소드들

메소드 설명
SetType ( Type type ) : void
TypeChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

메소드 상세

EnumComboBox() 공개 메소드

Creates a new instance.
public EnumComboBox ( ) : System
리턴 System

OnItemTemplateChanged() 보호된 메소드

protected OnItemTemplateChanged ( System.Windows.DataTemplate oldItemTemplate, System.Windows.DataTemplate newItemTemplate ) : void
oldItemTemplate System.Windows.DataTemplate
newItemTemplate System.Windows.DataTemplate
리턴 void

ShouldSerializeProperty() 보호된 메소드

protected ShouldSerializeProperty ( DependencyProperty dp ) : bool
dp System.Windows.DependencyProperty
리턴 bool

프로퍼티 상세

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

The Prefix.
public static DependencyProperty,System.Windows PrefixProperty
리턴 System.Windows.DependencyProperty

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

This flag determines, if the type should be added using the given separator.
public static DependencyProperty,System.Windows PrependTypeProperty
리턴 System.Windows.DependencyProperty

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

The Separator.
public static DependencyProperty,System.Windows SeparatorProperty
리턴 System.Windows.DependencyProperty

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

The Type.
public static DependencyProperty,System.Windows TypeProperty
리턴 System.Windows.DependencyProperty