[]
Prepares location of drop down form.
protected virtual bool PrepareDropDownLocation(ref int x, ref int y, ref int width, ref int height, Rectangle ownerBounds)
Protected Overridable Function PrepareDropDownLocation(ByRef x As Integer, ByRef y As Integer, ByRef width As Integer, ByRef height As Integer, ownerBounds As Rectangle) As Boolean
| Type | Name | Description |
|---|---|---|
| int | x | |
| int | y | |
| int | width | |
| int | height | |
| Rectangle | ownerBounds |
| Type | Description |
|---|---|
| bool |
The overridden method may return 'true' to avoid further processing.