Ribbon for WinForms
PrepareDropDownLocation メソッド (DropDownFormBase)

C1.Win.4.8 アセンブリ > C1.Framework 名前空間 > DropDownFormBase クラス : PrepareDropDownLocation メソッド
Prepares location of drop down form.
シンタックス
'宣言
 
Protected Overridable Function PrepareDropDownLocation( _
   ByRef x As Integer, _
   ByRef y As Integer, _
   ByRef width As Integer, _
   ByRef height As Integer, _
   ByVal ownerBounds As Rectangle _
) As Boolean
protected virtual bool PrepareDropDownLocation( 
   ref int x,
   ref int y,
   ref int width,
   ref int height,
   Rectangle ownerBounds
)

パラメータ

x
y
width
height
ownerBounds
解説
The overridden method may return 'true' to avoid further processing.
参照

DropDownFormBase クラス
DropDownFormBase メンバ