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