System.Windows.Forms.ScrollableControl.DockPaddingEdgesConverter.GetProperties C# (CSharp) Method

GetProperties() public method

public GetProperties ( System context, object value, Attribute attributes ) : PropertyDescriptorCollection
context System
value object
attributes System.Attribute
return System.ComponentModel.PropertyDescriptorCollection
			public override PropertyDescriptorCollection GetProperties(System.ComponentModel.ITypeDescriptorContext context, object value, Attribute[] attributes) {
				return TypeDescriptor.GetProperties(typeof(DockPaddingEdges), attributes);
			}