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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ContextMenuImages ( NeedPaintHandler needPaint ) : System

Initialize a new instance of the ContextMenuImages class.

ResetChecked ( ) : void

Resets the Checked property to its default value.

ResetIndeterminate ( ) : void

Resets the Indeterminate property to its default value.

ResetSubMenu ( ) : void

Resets the SubMenu property to its default value.

메소드 상세

ContextMenuImages() 공개 메소드

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

ResetChecked() 공개 메소드

Resets the Checked property to its default value.
public ResetChecked ( ) : void
리턴 void

ResetIndeterminate() 공개 메소드

Resets the Indeterminate property to its default value.
public ResetIndeterminate ( ) : void
리턴 void

ResetSubMenu() 공개 메소드

Resets the SubMenu property to its default value.
public ResetSubMenu ( ) : void
리턴 void