Class AccentSettingsTypeConverter
Inheritance
System.Object
AccentSettingsTypeConverter
Namespace: Telerik.WinControls.UI.TaskBoard
Assembly: Telerik.WinControls.UI.dll
Syntax
public class AccentSettingsTypeConverter : TypeConverter
Constructors
AccentSettingsTypeConverter()
Declaration
public AccentSettingsTypeConverter()
Methods
GetProperties(ITypeDescriptorContext, Object, Attribute[])
Declaration
public override PropertyDescriptorCollection GetProperties(ITypeDescriptorContext context, object value, Attribute[] attributes)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
|
System.Object
value
|
System.Attribute[]
attributes
|
Returns
System.ComponentModel.PropertyDescriptorCollection
|
GetPropertiesSupported(ITypeDescriptorContext)
Declaration
public override bool GetPropertiesSupported(ITypeDescriptorContext context)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
|
Returns
System.Boolean
|