C# 클래스 WpfWatermarkTextBox.Behaviors.WatermarkComboBoxBehavior

파일 보기 프로젝트 열기: pwlodek/CodeGallery 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
EnableWatermarkProperty System.Windows.DependencyProperty
LabelProperty System.Windows.DependencyProperty
LabelStyleProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetEnableWatermark ( ComboBox obj ) : bool
GetLabel ( ComboBox obj ) : string
GetLabelStyle ( ComboBox obj ) : System.Windows.Style
SetEnableWatermark ( ComboBox obj, bool value ) : void
SetLabel ( ComboBox obj, string value ) : void
SetLabelStyle ( ComboBox obj, System.Windows.Style value ) : void

비공개 메소드들

메소드 설명
Attach ( ) : void
ComboBoxDragEnter ( object sender, System.Windows.DragEventArgs e ) : void
ComboBoxDragLeave ( object sender, System.Windows.DragEventArgs e ) : void
ComboBoxLoaded ( object sender, RoutedEventArgs e ) : void
Detach ( ) : void
GetWatermarkComboBoxBehavior ( DependencyObject obj ) : WatermarkComboBoxBehavior
Init ( ) : void
OnEnableWatermarkChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetWatermarkComboBoxBehavior ( DependencyObject obj, WatermarkComboBoxBehavior value ) : void
UpdateAdorner ( ) : void
WatermarkComboBoxBehavior ( ComboBox comboBox ) : System

메소드 상세

GetEnableWatermark() 공개 정적인 메소드

public static GetEnableWatermark ( ComboBox obj ) : bool
obj System.Windows.Controls.ComboBox
리턴 bool

GetLabel() 공개 정적인 메소드

public static GetLabel ( ComboBox obj ) : string
obj System.Windows.Controls.ComboBox
리턴 string

GetLabelStyle() 공개 정적인 메소드

public static GetLabelStyle ( ComboBox obj ) : System.Windows.Style
obj System.Windows.Controls.ComboBox
리턴 System.Windows.Style

SetEnableWatermark() 공개 정적인 메소드

public static SetEnableWatermark ( ComboBox obj, bool value ) : void
obj System.Windows.Controls.ComboBox
value bool
리턴 void

SetLabel() 공개 정적인 메소드

public static SetLabel ( ComboBox obj, string value ) : void
obj System.Windows.Controls.ComboBox
value string
리턴 void

SetLabelStyle() 공개 정적인 메소드

public static SetLabelStyle ( ComboBox obj, System.Windows.Style value ) : void
obj System.Windows.Controls.ComboBox
value System.Windows.Style
리턴 void

프로퍼티 상세

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

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

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

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

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

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