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