C# 클래스 ComponentFactory.Krypton.Toolkit.PaletteRedirectTreeView

Redirects requests for tree view images from the TreeViewImages instance.
상속: PaletteRedirect
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

공개 메소드들

메소드 설명
GetCheckBoxImage ( bool enabled, CheckState checkState, bool tracking, bool pressed ) : Image

Gets a check box image appropriate for the provided state.

GetTreeViewImage ( bool expanded ) : Image

Gets a tree view image appropriate for the provided state.

PaletteRedirectTreeView ( IPalette target, TreeViewImages plusMinusImages, CheckBoxImages checkboxImages ) : System

Initialize a new instance of the PaletteRedirectTreeView class.

PaletteRedirectTreeView ( TreeViewImages plusMinusImages, CheckBoxImages checkboxImages ) : System

Initialize a new instance of the PaletteRedirectTreeView class.

메소드 상세

GetCheckBoxImage() 공개 메소드

Gets a check box image appropriate for the provided state.
public GetCheckBoxImage ( bool enabled, CheckState checkState, bool tracking, bool pressed ) : Image
enabled bool Is the check box enabled.
checkState CheckState Is the check box checked/unchecked/indeterminate.
tracking bool Is the check box being hot tracked.
pressed bool Is the check box being pressed.
리턴 Image

GetTreeViewImage() 공개 메소드

Gets a tree view image appropriate for the provided state.
public GetTreeViewImage ( bool expanded ) : Image
expanded bool Is the node expanded
리턴 Image

PaletteRedirectTreeView() 공개 메소드

Initialize a new instance of the PaletteRedirectTreeView class.
public PaletteRedirectTreeView ( IPalette target, TreeViewImages plusMinusImages, CheckBoxImages checkboxImages ) : System
target IPalette Initial palette target for redirection.
plusMinusImages TreeViewImages Reference to source of tree view images.
checkboxImages CheckBoxImages Reference to source of check box images.
리턴 System

PaletteRedirectTreeView() 공개 메소드

Initialize a new instance of the PaletteRedirectTreeView class.
public PaletteRedirectTreeView ( TreeViewImages plusMinusImages, CheckBoxImages checkboxImages ) : System
plusMinusImages TreeViewImages Reference to source of tree view images.
checkboxImages CheckBoxImages Reference to source of check box images.
리턴 System