C# Class ComponentFactory.Krypton.Navigator.NavigatorBar

Storage for bar related properties.
Inheritance: ComponentFactory.Krypton.Toolkit.Storage
显示文件 Open project: ComponentFactory/Krypton Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

NavigatorBar() public method

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.
return System

ResetBarAnimation() public method

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

ResetBarFirstItemInset() public method

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

ResetBarLastItemInset() public method

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

ResetBarMapExtraText() public method

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

ResetBarMapImage() public method

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

ResetBarMapText() public method

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

ResetBarMinimumHeight() public method

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

ResetBarMultiline() public method

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

ResetBarOrientation() public method

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

ResetItemAlignment() public method

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

ResetItemMaximumSize() public method

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

ResetItemMinimumSize() public method

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

ResetItemOrientation() public method

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

ResetItemSizing() public method

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