C# 클래스 Yaircc.ThemeManager

Represents the theme manager dialog.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: rastating/yaircc 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddButton_Click void
AddTheme void
CloseButton_Click void
CreatedByLinkLabel_LinkClicked void
DefaultButton_Click void
LoadThemePreview void
LoadThemes void
RemoveButton_Click void
ThemeManager_Load void
ThemesTreeView_AfterSelect void
ThemesTreeView_BeforeSelect void
WebView_PropertyChanged void

공개 메소드들

메소드 설명
ThemeManager ( ) : System

Initialises a new instance of the ThemeManager class.

보호된 메소드들

메소드 설명
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Processes a command key.

비공개 메소드들

메소드 설명
AddButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of System.Windows.Forms.Button.

AddTheme ( System.Windows.Forms.Theme theme ) : void

Adds a node to represent the theme to the tree view.

CloseButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of System.Windows.Forms.Button.

CreatedByLinkLabel_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Handles the LinkClicked event of System.Windows.Forms.LinkLabel.

DefaultButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of System.Windows.Forms.Button.

LoadThemePreview ( System.Windows.Forms.Theme theme ) : void

Loads a preview of the specified theme.

LoadThemes ( ) : void

Populates the tree view with the themes installed on the system.

RemoveButton_Click ( object sender, EventArgs e ) : void

Handles the Click event of System.Windows.Forms.Button.

ThemeManager_Load ( object sender, EventArgs e ) : void

Handles the Load event of System.Windows.Forms.Form.

ThemesTreeView_AfterSelect ( object sender, TreeViewEventArgs e ) : void

Handles the AfterSelect event of System.Windows.Forms.TreeView.

ThemesTreeView_BeforeSelect ( object sender, System.Windows.Forms.TreeViewCancelEventArgs e ) : void

Handles the BeforeSelect event of System.Windows.Forms.TreeView.

WebView_PropertyChanged ( object sender, System e ) : void

Handles the PropertyChanged event of CefSharp.WinForms.WebView.

메소드 상세

ProcessCmdKey() 보호된 메소드

Processes a command key.
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message A System.Windows.Forms.Message, passed by reference, that represents the Win32 message to process.
keyData Keys One of the System.Windows.Forms.Keys values that represents the key to process.
리턴 bool

ThemeManager() 공개 메소드

Initialises a new instance of the ThemeManager class.
public ThemeManager ( ) : System
리턴 System