C# 클래스 Patagames.Pdf.Net.Controls.Wpf.ToolBars.PdfToolBarZoom

Provides a container for Windows toolbar objects with predefined functionality for zooming
상속: PdfToolBarZoomEx
파일 보기 프로젝트 열기: Patagames/Pdf.Wpf

보호된 메소드들

메소드 설명
InitializeButtons ( ) : void

Create all buttons and add its into toolbar. Override this method to create custom buttons

OnComboBoxKeyDown ( ComboBox item, System e ) : void

Occurs when a key is pressed and held down while the ComboBox has focus.

OnComboBoxSelectionChanged ( ComboBox item, int selectedIndex ) : void

Occurs the the selected index changed

UpdateButtons ( ) : void

Called when the ToolBar's items need to change its states

비공개 메소드들

메소드 설명
ComboBox_KeyDown ( object sender, System e ) : void
ComboBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
CreateZoomCombo ( ) : ComboBox
btn_ZoomInClick ( object sender, System e ) : void
btn_ZoomOutClick ( object sender, System e ) : void

메소드 상세

InitializeButtons() 보호된 메소드

Create all buttons and add its into toolbar. Override this method to create custom buttons
protected InitializeButtons ( ) : void
리턴 void

OnComboBoxKeyDown() 보호된 메소드

Occurs when a key is pressed and held down while the ComboBox has focus.
protected OnComboBoxKeyDown ( ComboBox item, System e ) : void
item System.Windows.Controls.ComboBox ComboBox
e System Key event args
리턴 void

OnComboBoxSelectionChanged() 보호된 메소드

Occurs the the selected index changed
protected OnComboBoxSelectionChanged ( ComboBox item, int selectedIndex ) : void
item System.Windows.Controls.ComboBox ComboBox
selectedIndex int Selected index
리턴 void

UpdateButtons() 보호된 메소드

Called when the ToolBar's items need to change its states
protected UpdateButtons ( ) : void
리턴 void