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