C# 클래스 Delay.SplitButton

상속: System.Windows.Controls.Button
파일 보기 프로젝트 열기: hibernating-rhinos/RavenFS

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

Called when the template is changed.

SplitButton ( ) : System

Initializes a new instance of the SplitButton class.

보호된 메소드들

메소드 설명
OnClick ( ) : void

Called when the Button is clicked.

OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Called when a key is pressed.

OpenButtonMenu ( ) : void

Opens the button menu.

비공개 메소드들

메소드 설명
ContextMenu_Closed ( object sender, RoutedEventArgs e ) : void

Called when the ContextMenu is closed.

ContextMenu_Opened ( object sender, RoutedEventArgs e ) : void

Called when the ContextMenu is opened.

SplitButton_LayoutUpdated ( object sender, EventArgs e ) : void

Called when the ContextMenu is open and layout is updated.

SplitElement_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Called when the mouse goes over the split element.

SplitElement_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void

Called when the mouse goes off the split element.

UpdateContextMenuOffsets ( ) : void

Updates the ContextMenu's Horizontal/VerticalOffset properties to keep it under the SplitButton.

메소드 상세

OnApplyTemplate() 공개 메소드

Called when the template is changed.
public OnApplyTemplate ( ) : void
리턴 void

OnClick() 보호된 메소드

Called when the Button is clicked.
protected OnClick ( ) : void
리턴 void

OnKeyDown() 보호된 메소드

Called when a key is pressed.
protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
리턴 void

OpenButtonMenu() 보호된 메소드

Opens the button menu.
protected OpenButtonMenu ( ) : void
리턴 void

SplitButton() 공개 메소드

Initializes a new instance of the SplitButton class.
public SplitButton ( ) : System
리턴 System