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

Наследование: ComponentFactory.Krypton.Toolkit.ButtonSpec
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

Метод Описание
ButtonSpecNavFixed ( KryptonNavigator navigator, PaletteButtonSpecStyle fixedStyle ) : System

Initialize a new instance of the ButtonSpecNavFixed class.

GetLocation ( IPalette palette ) : HeaderLocation

Gets the button location value.

ResetHeaderLocation ( ) : void

Resets the HeaderLocation property to its default value.

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

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

Initialize a new instance of the ButtonSpecNavFixed class.
public ButtonSpecNavFixed ( KryptonNavigator navigator, PaletteButtonSpecStyle fixedStyle ) : System
navigator KryptonNavigator Reference to owning navigator instance.
fixedStyle PaletteButtonSpecStyle Fixed style to use.
Результат System

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

Gets the button location value.
public GetLocation ( IPalette palette ) : HeaderLocation
palette IPalette Palette to use for inheriting values.
Результат HeaderLocation

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

Resets the HeaderLocation property to its default value.
public ResetHeaderLocation ( ) : void
Результат void