コード例 #1
0
 private void BuildAttributes_BrowsableProperty()
 {
     BrowsableTypeConverter.BrowsableLabelStyleAttribute style = new BrowsableTypeConverter.BrowsableLabelStyleAttribute(eBrowsablePropertyLabel);
     oCustomAttributes = new AttributeCollection(new Attribute[] { style });
 }
コード例 #2
0
 private void BuildAttributes_BrowsableProperty()
 {
     BrowsableTypeConverter.BrowsableLabelStyleAttribute style = new BrowsableTypeConverter.BrowsableLabelStyleAttribute(eBrowsablePropertyLabel);
     oCustomAttributes = new AttributeCollection(new Attribute[] { style });
 }