System.Windows.Forms.ScrollableControl.DockPaddingEdgesConverter.GetPropertiesSupported C# (CSharp) Méthode

GetPropertiesSupported() public méthode

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