'宣言 Public Overrides Function GetAutoSizeEditInfo( _ ByVal ownerContext As Object, _ ByRef autoSizeEdit As Boolean, _ ByRef startSize As Size, _ ByRef maxSize As Size _ ) As Boolean
public override bool GetAutoSizeEditInfo( object ownerContext, out bool autoSizeEdit, out Size startSize, out Size maxSize )