C# Класс ComponentFactory.Krypton.Navigator.ViewBuilderBarTabBase

Base class for implementation of 'Bar - Tab' modes.
Наследование: ViewBuilderBarItemBase
Показать файл Открыть проект

Открытые методы

Метод Описание
UpdateStatePalettes ( ) : void

Ensure the correct state palettes are being used.

Защищенные методы

Метод Описание
ConvertButtonBorderBackOrientation ( ) : VisualOrientation

Gets the visual orientation of the check buttton.

ConvertButtonContentOrientation ( ) : VisualOrientation

Gets the visual orientation of the check butttons content.

CreateCheckItem ( KryptonPage page, VisualOrientation orientation ) : INavCheckItem

Create a new check item with initial settings.

OnViewBuilderPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Process the change in a property that might effect the view builder.

UpdateTabStyle ( ) : void

Update the state objects with the latest tab style.

Приватные методы

Метод Описание
UpdateTabBorderStyle ( ) : void

Описание методов

ConvertButtonBorderBackOrientation() защищенный Метод

Gets the visual orientation of the check buttton.
protected ConvertButtonBorderBackOrientation ( ) : VisualOrientation
Результат VisualOrientation

ConvertButtonContentOrientation() защищенный Метод

Gets the visual orientation of the check butttons content.
protected ConvertButtonContentOrientation ( ) : VisualOrientation
Результат VisualOrientation

CreateCheckItem() защищенный Метод

Create a new check item with initial settings.
protected CreateCheckItem ( KryptonPage page, VisualOrientation orientation ) : INavCheckItem
page KryptonPage Page for which the check button is to be created.
orientation VisualOrientation Initial orientation of the check button.
Результат INavCheckItem

OnViewBuilderPropertyChanged() защищенный Метод

Process the change in a property that might effect the view builder.
protected OnViewBuilderPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object Source of the event.
e System.ComponentModel.PropertyChangedEventArgs Property changed details.
Результат void

UpdateStatePalettes() публичный Метод

Ensure the correct state palettes are being used.
public UpdateStatePalettes ( ) : void
Результат void

UpdateTabStyle() защищенный Метод

Update the state objects with the latest tab style.
protected UpdateTabStyle ( ) : void
Результат void