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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Initialize a new instance of the NavigatorOutlookFull class.

ResetOverflowMapExtraText ( ) : void

Resets the OverflowMapExtraText property to its default value.

ResetOverflowMapImage ( ) : void

Resets the OverflowMapImage property to its default value.

ResetOverflowMapText ( ) : void

Resets the OverflowMapText 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.

메소드 상세

NavigatorOutlookFull() 공개 메소드

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

ResetOverflowMapExtraText() 공개 메소드

Resets the OverflowMapExtraText property to its default value.
public ResetOverflowMapExtraText ( ) : void
리턴 void

ResetOverflowMapImage() 공개 메소드

Resets the OverflowMapImage property to its default value.
public ResetOverflowMapImage ( ) : void
리턴 void

ResetOverflowMapText() 공개 메소드

Resets the OverflowMapText property to its default value.
public ResetOverflowMapText ( ) : 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