System.Windows.Forms.ScrollableControl.DockPaddingEdgesConverter.GetProperties C# (CSharp) 메소드

GetProperties() 공개 메소드

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