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

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

Private Properties

프로퍼티 타입 설명
ShouldSerializeFull bool
ShouldSerializeMini bool

공개 메소드들

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

Initialize a new instance of the NavigatorOutlook class.

ResetHeaderSecondaryVisible ( ) : void

Resets the HeaderSecondaryVisible property to its default value.

ResetItemOrientation ( ) : void

Resets the ItemOrientation property to its default value.

ResetOrientation ( ) : void

Resets the Orientation property to its default value.

ResetShowDropDownButton ( ) : void

Resets the ShowDropDownButton property to its default value.

ResetTextAddRemoveButtons ( ) : void

Resets the TextAddRemoveButtons property to its default value.

ResetTextFewerButtons ( ) : void

Resets the TextFewerButtons property to its default value.

ResetTextMoreButtons ( ) : void

Resets the TextMoreButtons property to its default value.

비공개 메소드들

메소드 설명
ShouldSerializeFull ( ) : bool
ShouldSerializeMini ( ) : bool

메소드 상세

NavigatorOutlook() 공개 메소드

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

ResetHeaderSecondaryVisible() 공개 메소드

Resets the HeaderSecondaryVisible property to its default value.
public ResetHeaderSecondaryVisible ( ) : void
리턴 void

ResetItemOrientation() 공개 메소드

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

ResetOrientation() 공개 메소드

Resets the Orientation property to its default value.
public ResetOrientation ( ) : void
리턴 void

ResetShowDropDownButton() 공개 메소드

Resets the ShowDropDownButton property to its default value.
public ResetShowDropDownButton ( ) : void
리턴 void

ResetTextAddRemoveButtons() 공개 메소드

Resets the TextAddRemoveButtons property to its default value.
public ResetTextAddRemoveButtons ( ) : void
리턴 void

ResetTextFewerButtons() 공개 메소드

Resets the TextFewerButtons property to its default value.
public ResetTextFewerButtons ( ) : void
리턴 void

ResetTextMoreButtons() 공개 메소드

Resets the TextMoreButtons property to its default value.
public ResetTextMoreButtons ( ) : void
리턴 void