C# Class ZForge.Controls.PropertyGridEx.BrowsableTypeConverter

Inheritance: System.ComponentModel.ExpandableObjectConverter
Exibir arquivo Open project: zhuangyy/Motion

Public Methods

Method Description
CanConvertTo ( System context, System destinationType ) : bool
ConvertTo ( System context, System culture, object value, System destinationType ) : object

Method Details

CanConvertTo() public method

public CanConvertTo ( System context, System destinationType ) : bool
context System
destinationType System
return bool

ConvertTo() public method

public ConvertTo ( System context, System culture, object value, System destinationType ) : object
context System
culture System
value object
destinationType System
return object