Gets all the PropertyValueUIItems that should be displayed on the given property. For each item returned, a glyph icon will be aded to the property.
[Visual Basic] Function GetPropertyUIValueItems( _ ByVal component As Object, _ ByVal propDesc As PropertyDescriptor _ ) As PropertyValueUIItem () [C#] PropertyValueUIItem[] GetPropertyUIValueItems( object component, PropertyDescriptor propDesc ); [C++] PropertyValueUIItem* GetPropertyUIValueItems( Object* component, PropertyDescriptor* propDesc ) [] = 0; [JScript] function GetPropertyUIValueItems( component : Object, propDesc : PropertyDescriptor ) : PropertyValueUIItem[];
IPropertyValueUIService Interface | IPropertyValueUIService Members | System.Drawing.Design Namespace