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

Storage for tree view images.
상속: Storage
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ResetMinus ( ) : void

Resets the Minus property to its default value.

ResetPlus ( ) : void

Resets the collapse property to its default value.

TreeViewImages ( ) : System

Initialize a new instance of the TreeViewImages class.

TreeViewImages ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the TreeViewImages class.

메소드 상세

ResetMinus() 공개 메소드

Resets the Minus property to its default value.
public ResetMinus ( ) : void
리턴 void

ResetPlus() 공개 메소드

Resets the collapse property to its default value.
public ResetPlus ( ) : void
리턴 void

TreeViewImages() 공개 메소드

Initialize a new instance of the TreeViewImages class.
public TreeViewImages ( ) : System
리턴 System

TreeViewImages() 공개 메소드

Initialize a new instance of the TreeViewImages class.
public TreeViewImages ( NeedPaintHandler needPaint ) : System
needPaint NeedPaintHandler Delegate for notifying paint requests.
리턴 System