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

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

Защищенные свойства (Protected)

Свойство Тип Описание
_drawPanelDocker ComponentFactory.Krypton.Toolkit.ViewDrawDocker
_viewHeadingBar ComponentFactory.Krypton.Toolkit.ViewDrawDocker

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

Метод Описание
Construct ( KryptonNavigator navigator, ViewManager manager, PaletteRedirect redirector ) : void

Construct the view appropriate for this builder.

Destruct ( ) : void

Destruct the previously created view.

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.

CreateButtonSpecManager ( ) : void

Create a manager for handling the button specifications.

OnViewBuilderPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

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

PostCreate ( ) : void

Allow operations to occur after main construct actions.

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

Метод Описание
GetRemappingPaletteContent ( ) : IPaletteContent
GetRemappingPaletteState ( ) : PaletteState
OnEnabledChanged ( object sender, EventArgs e ) : void
SetHeaderStyle ( ViewDrawDocker drawDocker, PaletteTripleMetricRedirect palette, HeaderStyle style ) : void

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

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

Construct the view appropriate for this builder.
public Construct ( KryptonNavigator navigator, ViewManager manager, PaletteRedirect redirector ) : void
navigator KryptonNavigator Reference to navigator instance.
manager ComponentFactory.Krypton.Toolkit.ViewManager Reference to current manager.
redirector ComponentFactory.Krypton.Toolkit.PaletteRedirect Palette redirector.
Результат 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

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

Create a manager for handling the button specifications.
protected CreateButtonSpecManager ( ) : void
Результат void

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

Destruct the previously created view.
public Destruct ( ) : void
Результат void

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

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

Allow operations to occur after main construct actions.
protected PostCreate ( ) : void
Результат void

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

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

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

_drawPanelDocker защищенное свойство

protected ViewDrawDocker,ComponentFactory.Krypton.Toolkit _drawPanelDocker
Результат ComponentFactory.Krypton.Toolkit.ViewDrawDocker

_viewHeadingBar защищенное свойство

protected ViewDrawDocker,ComponentFactory.Krypton.Toolkit _viewHeadingBar
Результат ComponentFactory.Krypton.Toolkit.ViewDrawDocker