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

GetPropertiesSupported() public method

public GetPropertiesSupported ( System context ) : bool
context System
return bool
			public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) {
				return true;
			}
		}