C# Class FlatRedBall.Glue.FormHelpers.StringConverters.AvailableScreenTypeConverter

Inheritance: System.ComponentModel.TypeConverter
Show file Open project: vchelaru/FlatRedBall

Public Methods

Method Description
AvailableScreenTypeConverter ( ScreenSave currentScreenSave ) : System
GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection
GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool

Method Details

AvailableScreenTypeConverter() public method

public AvailableScreenTypeConverter ( ScreenSave currentScreenSave ) : System
currentScreenSave FlatRedBall.Glue.SaveClasses.ScreenSave
return System

GetStandardValues() public method

public GetStandardValues ( ITypeDescriptorContext context ) : StandardValuesCollection
context ITypeDescriptorContext
return StandardValuesCollection

GetStandardValuesExclusive() public method

public GetStandardValuesExclusive ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
return bool

GetStandardValuesSupported() public method

public GetStandardValuesSupported ( ITypeDescriptorContext context ) : bool
context ITypeDescriptorContext
return bool