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

공개 메소드들

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