메소드 | 설명 | |
---|---|---|
InitializeButtons ( ) : void |
Create all buttons and add its into toolbar. Override this method to create custom buttons
|
|
OnModeHorizontalClick ( System.Windows.Controls.Primitives.ToggleButton item ) : void |
Occurs when the Continuous Horizontal button is clicked
|
|
OnModeSingleClick ( System.Windows.Controls.Primitives.ToggleButton item ) : void |
Occurs when the Single Page button is clicked
|
|
OnModeTilesClick ( System.Windows.Controls.Primitives.ToggleButton item ) : void |
Occurs when the Continuous Facing button is clicked
|
|
OnModeVerticalClick ( System.Windows.Controls.Primitives.ToggleButton item ) : void |
Occurs when the Continuous Vertical button is clicked
|
|
OnPdfViewerChanging ( PdfViewer oldValue, PdfViewer newValue ) : void |
Called when the current PdfViewer control associated with the ToolBar is changing.
|
|
UpdateButtons ( ) : void |
Called when the ToolBar's items need to change its states
|
메소드 | 설명 | |
---|---|---|
PdfViewer_SomethingChanged ( object sender, |
||
SubscribePdfViewEvents ( PdfViewer newValue ) : void | ||
UnsubscribePdfViewEvents ( PdfViewer oldValue ) : void | ||
btn_ModeHorizontalClick ( object sender, System e ) : void | ||
btn_ModeSingleClick ( object sender, System e ) : void | ||
btn_ModeTilesClick ( object sender, System e ) : void | ||
btn_ModeVerticalClick ( object sender, System e ) : void |
protected OnModeHorizontalClick ( System.Windows.Controls.Primitives.ToggleButton item ) : void | ||
item | System.Windows.Controls.Primitives.ToggleButton | The item that has been clicked |
리턴 | void |
protected OnModeSingleClick ( System.Windows.Controls.Primitives.ToggleButton item ) : void | ||
item | System.Windows.Controls.Primitives.ToggleButton | The item that has been clicked |
리턴 | void |
protected OnModeTilesClick ( System.Windows.Controls.Primitives.ToggleButton item ) : void | ||
item | System.Windows.Controls.Primitives.ToggleButton | The item that has been clicked |
리턴 | void |
protected OnModeVerticalClick ( System.Windows.Controls.Primitives.ToggleButton item ) : void | ||
item | System.Windows.Controls.Primitives.ToggleButton | The item that has been clicked |
리턴 | void |
protected OnPdfViewerChanging ( PdfViewer oldValue, PdfViewer newValue ) : void | ||
oldValue | PdfViewer | PdfViewer control of which was associated with the ToolBar. |
newValue | PdfViewer | PdfViewer control of which will be associated with the ToolBar. |
리턴 | void |