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

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

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

Метод Описание
SelectedVerticalTabPageConverter ( ) : System

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

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

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