C# 클래스 WebExpress.Bookmarks.BookmarksPanel

Interaction logic for Bookmarks.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: Sential/WebExpress-beta 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ItemsCount int
RowsCount int
bookmarkHeight int
bookmarkWidth int

공개 메소드들

메소드 설명
AddBookmark ( string url, string title, TabView tv, MainWindow mw ) : void
BookmarksPanel ( ) : System.Windows

비공개 메소드들

메소드 설명
canvas_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

메소드 상세

AddBookmark() 공개 메소드

public AddBookmark ( string url, string title, TabView tv, MainWindow mw ) : void
url string
title string
tv TabView
mw MainWindow
리턴 void

BookmarksPanel() 공개 메소드

public BookmarksPanel ( ) : System.Windows
리턴 System.Windows

프로퍼티 상세

ItemsCount 공개적으로 프로퍼티

public int ItemsCount
리턴 int

RowsCount 공개적으로 프로퍼티

public int RowsCount
리턴 int

bookmarkHeight 공개적으로 프로퍼티

public int bookmarkHeight
리턴 int

bookmarkWidth 공개적으로 프로퍼티

public int bookmarkWidth
리턴 int