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
파일 보기 프로젝트 열기: NexusMods/NexusModManager-4.5

공개 메소드들

메소드 설명
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