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

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

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

Метод Описание
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.

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

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