예제 #1
0
 string IPropertyHelper.GetDescription(CustomPropertyDescriptor property, object owner)
 {
     return(this.Description);
 }
예제 #2
0
 string IPropertyHelper.GetDisplayName(CustomPropertyDescriptor property, object owner)
 {
     return(this.DisplayName);
 }
예제 #3
0
 string IPropertyHelper.GetCategory(CustomPropertyDescriptor property, object owner)
 {
     return(this.Category);
 }