'宣言 Public Overloads Sub Show( _ ByVal displayLocation As Point, _ ByVal maxWidth As Integer, _ ByVal adjustX As Boolean, _ ByVal adjustY As Boolean, _ ByVal adjustWidth As Boolean, _ ByVal exclusionRect As Rectangle, _ ByVal excludeX As Boolean, _ ByVal excludeY As Boolean, _ ByVal rightAlign As Boolean _ )
public void Show( Point displayLocation, int maxWidth, bool adjustX, bool adjustY, bool adjustWidth, Rectangle exclusionRect, bool excludeX, bool excludeY, bool rightAlign )