C# 클래스 WebExpress.Tab

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

공개 프로퍼티들

프로퍼티 타입 설명
actualForeground System.Windows.Media.Brush
darkColor bool
form System.Windows.Controls.UserControl
mainWindow MainWindow

공개 메소드들

메소드 설명
SetIcon ( BitmapImage icon ) : void
SetTitle ( string title ) : void
Tab ( string title, MainWindow mw, System.Windows.Controls.UserControl uc, System brush ) : System
refreshColor ( ) : void

비공개 메소드들

메소드 설명
Grid_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Me_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Me_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void
Tab_Loaded ( object sender, RoutedEventArgs e ) : void
bg2_MouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
bg2_MouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
button_close_Click ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
label_TabTitle_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

메소드 상세

SetIcon() 공개 메소드

public SetIcon ( BitmapImage icon ) : void
icon System.Windows.Media.Imaging.BitmapImage
리턴 void

SetTitle() 공개 메소드

public SetTitle ( string title ) : void
title string
리턴 void

Tab() 공개 메소드

public Tab ( string title, MainWindow mw, System.Windows.Controls.UserControl uc, System brush ) : System
title string
mw MainWindow
uc System.Windows.Controls.UserControl
brush System
리턴 System

refreshColor() 공개 메소드

public refreshColor ( ) : void
리턴 void

프로퍼티 상세

actualForeground 공개적으로 프로퍼티

public Brush,System.Windows.Media actualForeground
리턴 System.Windows.Media.Brush

darkColor 공개적으로 프로퍼티

public bool darkColor
리턴 bool

form 공개적으로 프로퍼티

public UserControl,System.Windows.Controls form
리턴 System.Windows.Controls.UserControl

mainWindow 공개적으로 프로퍼티

public MainWindow,WebExpress mainWindow
리턴 MainWindow