C# Class SEToolbox.Services.ListBoxDropAdorner

Inheritance: System.Windows.Documents.Adorner
ファイルを表示 Open project: midspace/SEToolbox Class Usage Examples

Public Methods

Method Description
ListBoxDropAdorner ( UIElement adornedElement, System.Windows.Documents.AdornerLayer adornerLayer ) : System.Windows
Remove ( ) : void

Protected Methods

Method Description
OnRender ( System drawingContext ) : void

Private Methods

Method Description
Update ( ) : void

Update UI

Method Details

ListBoxDropAdorner() public method

public ListBoxDropAdorner ( UIElement adornedElement, System.Windows.Documents.AdornerLayer adornerLayer ) : System.Windows
adornedElement System.Windows.UIElement
adornerLayer System.Windows.Documents.AdornerLayer
return System.Windows

OnRender() protected method

protected OnRender ( System drawingContext ) : void
drawingContext System
return void

Remove() public method

public Remove ( ) : void
return void