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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

Initialize a new instance of the NavigatorBar class.

ResetBarAnimation ( ) : void

Resets the BarAnimation property to its default value.

ResetBarFirstItemInset ( ) : void

Resets the BarFirstItemInset property to its default value.

ResetBarLastItemInset ( ) : void

Resets the BarLastItemInset property to its default value.

ResetBarMapExtraText ( ) : void

Resets the BarMapExtraText property to its default value.

ResetBarMapImage ( ) : void

Resets the BarMapImage property to its default value.

ResetBarMapText ( ) : void

Resets the BarMapText property to its default value.

ResetBarMinimumHeight ( ) : void

Resets the BarMinimumHeight property to its default value.

ResetBarMultiline ( ) : void

Resets the BarMultiline property to its default value.

ResetBarOrientation ( ) : void

Resets the BarOrientation property to its default value.

ResetItemAlignment ( ) : void

Resets the ItemAlignment property to its default value.

ResetItemMaximumSize ( ) : void

Reset the ItemMaximumSize to the default value.

ResetItemMinimumSize ( ) : void

Reset the ItemMinimumSize to the default value.

ResetItemOrientation ( ) : void

Resets the ItemOrientation property to its default value.

ResetItemSizing ( ) : void

Reset the ItemSizing to the default value.

메소드 상세

NavigatorBar() 공개 메소드

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

ResetBarAnimation() 공개 메소드

Resets the BarAnimation property to its default value.
public ResetBarAnimation ( ) : void
리턴 void

ResetBarFirstItemInset() 공개 메소드

Resets the BarFirstItemInset property to its default value.
public ResetBarFirstItemInset ( ) : void
리턴 void

ResetBarLastItemInset() 공개 메소드

Resets the BarLastItemInset property to its default value.
public ResetBarLastItemInset ( ) : void
리턴 void

ResetBarMapExtraText() 공개 메소드

Resets the BarMapExtraText property to its default value.
public ResetBarMapExtraText ( ) : void
리턴 void

ResetBarMapImage() 공개 메소드

Resets the BarMapImage property to its default value.
public ResetBarMapImage ( ) : void
리턴 void

ResetBarMapText() 공개 메소드

Resets the BarMapText property to its default value.
public ResetBarMapText ( ) : void
리턴 void

ResetBarMinimumHeight() 공개 메소드

Resets the BarMinimumHeight property to its default value.
public ResetBarMinimumHeight ( ) : void
리턴 void

ResetBarMultiline() 공개 메소드

Resets the BarMultiline property to its default value.
public ResetBarMultiline ( ) : void
리턴 void

ResetBarOrientation() 공개 메소드

Resets the BarOrientation property to its default value.
public ResetBarOrientation ( ) : void
리턴 void

ResetItemAlignment() 공개 메소드

Resets the ItemAlignment property to its default value.
public ResetItemAlignment ( ) : void
리턴 void

ResetItemMaximumSize() 공개 메소드

Reset the ItemMaximumSize to the default value.
public ResetItemMaximumSize ( ) : void
리턴 void

ResetItemMinimumSize() 공개 메소드

Reset the ItemMinimumSize to the default value.
public ResetItemMinimumSize ( ) : void
리턴 void

ResetItemOrientation() 공개 메소드

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

ResetItemSizing() 공개 메소드

Reset the ItemSizing to the default value.
public ResetItemSizing ( ) : void
리턴 void