C# 클래스 Oglr.Core.Controls.GlyphService

상속: IPropertyValueUIService
파일 보기 프로젝트 열기: SteveDunn/oglr 1 사용 예제들

공개 메소드들

메소드 설명
GetPropertyUIValueItems ( ITypeDescriptorContext context, PropertyDescriptor propDesc ) : System.Drawing.Design.PropertyValueUIItem[]
IPropertyValueUIService ( PropertyValueUIHandler newHandler ) : void
NotifyPropertyValueUIItemsChanged ( ) : void

메소드 상세

GetPropertyUIValueItems() 공개 메소드

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

IPropertyValueUIService() 공개 메소드

public IPropertyValueUIService ( PropertyValueUIHandler newHandler ) : void
newHandler PropertyValueUIHandler
리턴 void

NotifyPropertyValueUIItemsChanged() 공개 메소드

public NotifyPropertyValueUIItemsChanged ( ) : void
리턴 void