C# Class Oglr.Core.Controls.GlyphService

Inheritance: IPropertyValueUIService
Exibir arquivo Open project: SteveDunn/oglr Class Usage Examples

Public Methods

Method Description
GetPropertyUIValueItems ( ITypeDescriptorContext context, PropertyDescriptor propDesc ) : System.Drawing.Design.PropertyValueUIItem[]
IPropertyValueUIService ( PropertyValueUIHandler newHandler ) : void
NotifyPropertyValueUIItemsChanged ( ) : void

Method Details

GetPropertyUIValueItems() public method

public GetPropertyUIValueItems ( ITypeDescriptorContext context, PropertyDescriptor propDesc ) : System.Drawing.Design.PropertyValueUIItem[]
context ITypeDescriptorContext
propDesc System.ComponentModel.PropertyDescriptor
return System.Drawing.Design.PropertyValueUIItem[]

IPropertyValueUIService() public method

public IPropertyValueUIService ( PropertyValueUIHandler newHandler ) : void
newHandler PropertyValueUIHandler
return void

NotifyPropertyValueUIItemsChanged() public method

public NotifyPropertyValueUIItemsChanged ( ) : void
return void