C# 클래스 ComponentFactory.Krypton.Navigator.NavigatorOutlookMini

Storage for outlook mini mode related properties.
상속: ComponentFactory.Krypton.Toolkit.Storage
파일 보기 프로젝트 열기: ComponentFactory/Krypton 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
NavigatorOutlookMini ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System

Initialize a new instance of the NavigatorOutlookMini class.

ResetMiniMapExtraText ( ) : void

Resets the MiniMapExtraText property to its default value.

ResetMiniMapImage ( ) : void

Resets the MiniMapImage property to its default value.

ResetMiniMapText ( ) : void

Resets the MiniMapText property to its default value.

ResetStackMapExtraText ( ) : void

Resets the StackMapExtraText property to its default value.

ResetStackMapImage ( ) : void

Resets the StackMapImage property to its default value.

ResetStackMapText ( ) : void

Resets the StackMapText property to its default value.

메소드 상세

NavigatorOutlookMini() 공개 메소드

Initialize a new instance of the NavigatorOutlookMini class.
public NavigatorOutlookMini ( KryptonNavigator navigator, NeedPaintHandler needPaint ) : System
navigator KryptonNavigator Reference to owning navigator instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
리턴 System

ResetMiniMapExtraText() 공개 메소드

Resets the MiniMapExtraText property to its default value.
public ResetMiniMapExtraText ( ) : void
리턴 void

ResetMiniMapImage() 공개 메소드

Resets the MiniMapImage property to its default value.
public ResetMiniMapImage ( ) : void
리턴 void

ResetMiniMapText() 공개 메소드

Resets the MiniMapText property to its default value.
public ResetMiniMapText ( ) : void
리턴 void

ResetStackMapExtraText() 공개 메소드

Resets the StackMapExtraText property to its default value.
public ResetStackMapExtraText ( ) : void
리턴 void

ResetStackMapImage() 공개 메소드

Resets the StackMapImage property to its default value.
public ResetStackMapImage ( ) : void
리턴 void

ResetStackMapText() 공개 메소드

Resets the StackMapText property to its default value.
public ResetStackMapText ( ) : void
리턴 void