System.Windows.Forms.ScrollableControl.DockPaddingEdgesConverter.GetPropertiesSupported C# (CSharp) Метод

GetPropertiesSupported() публичный Метод

public GetPropertiesSupported ( System context ) : bool
context System
Результат bool
			public override bool GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext context) {
				return true;
			}
		}