C# Класс Nexus.UI.Controls.SelectedDropDownTabPageConverter

A converter for values passed the the DropDownTabControl.SelectedTabPage property.
This converter ensures that only DropDownTabPages that are in the DropDownTabControl can be set as the selected tab.
Наследование: System.ComponentModel.ReferenceConverter
Показать файл Открыть проект

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

Метод Описание
SelectedDropDownTabPageConverter ( ) : System.ComponentModel

The default constructor.

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

Метод Описание
IsValueAllowed ( ITypeDescriptorContext context, object value ) : bool

Determins if the specified value is allowed.

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

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

Determins if the specified value is allowed.
protected IsValueAllowed ( ITypeDescriptorContext context, object value ) : bool
context ITypeDescriptorContext The context of the value.
value object The value to which to set the property
Результат bool

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

The default constructor.
public SelectedDropDownTabPageConverter ( ) : System.ComponentModel
Результат System.ComponentModel