Esempio n. 1
0
        public override object GetValue(object component)
        {
            // Have the property bag raise an event to get the current value
            // of the property.

            return(properties.GetProperty(propName).Value);
        }