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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Initialize a new instance of the NavigatorStack class.

ResetItemOrientation ( ) : void

Resets the ItemOrientation property to its default value.

ResetStackAlignment ( ) : void

Resets the StackAlignment property to its default value.

ResetStackAnimation ( ) : void

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

ResetStackOrientation ( ) : void

Resets the StackOrientation property to its default value.

메소드 상세

NavigatorStack() 공개 메소드

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

ResetItemOrientation() 공개 메소드

Resets the ItemOrientation property to its default value.
public ResetItemOrientation ( ) : void
리턴 void

ResetStackAlignment() 공개 메소드

Resets the StackAlignment property to its default value.
public ResetStackAlignment ( ) : void
리턴 void

ResetStackAnimation() 공개 메소드

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

ResetStackOrientation() 공개 메소드

Resets the StackOrientation property to its default value.
public ResetStackOrientation ( ) : void
리턴 void