C# 클래스 Microsoft.WindowsAPICodePack.Controls.ExplorerBrowserNavigationLog

The navigation log is a history of the locations visited by the explorer browser.
파일 보기 프로젝트 열기: godly-devotion/Baka-MPlayer-old

공개 메소드들

메소드 설명
ClearLog ( ) : void

Clears the contents of the navigation log.

비공개 메소드들

메소드 설명
ExplorerBrowserNavigationLog ( Microsoft.WindowsAPICodePack.Controls.WindowsForms.ExplorerBrowser parent ) : System
NavigateLog ( NavigationLogDirection direction ) : bool
NavigateLog ( int index ) : bool
OnNavigationComplete ( object sender, Microsoft.WindowsAPICodePack.Controls.NavigationCompleteEventArgs args ) : void
OnNavigationFailed ( object sender, Microsoft.WindowsAPICodePack.Controls.NavigationFailedEventArgs args ) : void

메소드 상세

ClearLog() 공개 메소드

Clears the contents of the navigation log.
public ClearLog ( ) : void
리턴 void