C# Class Oglr.Core.Controls.GlyphService

Inheritance: IPropertyValueUIService
Afficher le fichier Open project: SteveDunn/oglr Class Usage Examples

Méthodes publiques

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

Method Details

GetPropertyUIValueItems() public méthode

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

IPropertyValueUIService() public méthode

public IPropertyValueUIService ( PropertyValueUIHandler newHandler ) : void
newHandler PropertyValueUIHandler
Résultat void

NotifyPropertyValueUIItemsChanged() public méthode

public NotifyPropertyValueUIItemsChanged ( ) : void
Résultat void