C# 클래스 FirstFloor.ModernUI.Windows.Controls.SplitButton

상속: System.Windows.Controls.Button
파일 보기 프로젝트 열기: gro-ove/actools

공개 프로퍼티들

프로퍼티 타입 설명
HorizontalOffsetProperty System.Windows.DependencyProperty
IsContextMenuOpenProperty System.Windows.DependencyProperty
ModeProperty System.Windows.DependencyProperty
PlacementProperty System.Windows.DependencyProperty
PlacementRectangleProperty System.Windows.DependencyProperty
VerticalOffsetProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void

OnApplyTemplate override, set up the click event for the dropdown if present in the template

보호된 메소드들

메소드 설명
OnClick ( ) : void

Handles the Base Buttons OnClick event

비공개 메소드들

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

Event Handler for the Drop Down Button’s Click event

EnsureContextMenuIsValid ( ) : void

Make sure the Context menu is not null

OnDropdown ( ) : void
OnHorizontalOffsetChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

HorizontalOffset Property changed callback, pass the value through to the buttons context menu

OnIsContextMenuOpenChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPlacementChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Placement Property changed callback, pass the value through to the buttons context menu

OnPlacementRectangleChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

PlacementRectangle Property changed callback, pass the value through to the buttons context menu

OnVerticalOffsetChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

VerticalOffset Property changed callback, pass the value through to the buttons context menu

SplitButton ( ) : System.ComponentModel

Static Constructor

메소드 상세

OnApplyTemplate() 공개 메소드

OnApplyTemplate override, set up the click event for the dropdown if present in the template
public OnApplyTemplate ( ) : void
리턴 void

OnClick() 보호된 메소드

Handles the Base Buttons OnClick event
protected OnClick ( ) : void
리턴 void

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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