C# Class Signum.Windows.PickerBase

Inheritance: System.Windows.Controls.Control
Show file Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
ButtonContentProperty System.Windows.DependencyProperty
DropDownClosedEvent System.Windows.RoutedEvent
DropDownOpenedEvent System.Windows.RoutedEvent
IsDropDownOpenProperty System.Windows.DependencyProperty
IsEditableProperty System.Windows.DependencyProperty
PopupContentProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void

Protected Methods

Method Description
OnDropDownClosed ( EventArgs e ) : void
OnDropDownOpened ( EventArgs e ) : void
OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void

Private Methods

Method Description
ButtonOrPopupContentChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
KeyDownHandler ( System.Windows.Input.KeyEventArgs e ) : void
OnPopupClosed ( object source, EventArgs e ) : void
OnPopupOpened ( object sender, EventArgs e ) : void
PickerBase ( ) : System

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnDropDownClosed() protected method

protected OnDropDownClosed ( EventArgs e ) : void
e System.EventArgs
return void

OnDropDownOpened() protected method

protected OnDropDownOpened ( EventArgs e ) : void
e System.EventArgs
return void

OnLostKeyboardFocus() protected method

protected OnLostKeyboardFocus ( System.Windows.Input.KeyboardFocusChangedEventArgs e ) : void
e System.Windows.Input.KeyboardFocusChangedEventArgs
return void

OnMouseDown() protected method

protected OnMouseDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
return void

Property Details

ButtonContentProperty public static property

public static DependencyProperty,System.Windows ButtonContentProperty
return System.Windows.DependencyProperty

DropDownClosedEvent public static property

public static RoutedEvent,System.Windows DropDownClosedEvent
return System.Windows.RoutedEvent

DropDownOpenedEvent public static property

public static RoutedEvent,System.Windows DropDownOpenedEvent
return System.Windows.RoutedEvent

IsDropDownOpenProperty public static property

public static DependencyProperty,System.Windows IsDropDownOpenProperty
return System.Windows.DependencyProperty

IsEditableProperty public static property

public static DependencyProperty,System.Windows IsEditableProperty
return System.Windows.DependencyProperty

PopupContentProperty public static property

public static DependencyProperty,System.Windows PopupContentProperty
return System.Windows.DependencyProperty