'宣言 Public Overloads Shared Function ResetDropDownPositionAndSize( _ ByVal owner As Control, _ ByVal newDropDownRect As Rectangle, _ ByVal newExclusionRect As Rectangle, _ ByVal maintainActualDropDownPosition As Boolean, _ ByVal preventLocationChangeIfDroppedDown As Boolean, _ ByVal repositionInfo As DropDownRepositionInfo _ ) As Rectangle
public static Rectangle ResetDropDownPositionAndSize( Control owner, Rectangle newDropDownRect, Rectangle newExclusionRect, bool maintainActualDropDownPosition, bool preventLocationChangeIfDroppedDown, DropDownRepositionInfo repositionInfo )