'宣言Overloads Function GetContentRect( _ ByVal bounds As Rectangle, _ ByVal flat As Boolean, _ ByVal buttonWidth As Integer, _ ByVal buttonAlign As ButtonAlign _ ) As Rectangle
Rectangle GetContentRect( Rectangle bounds, bool flat, int buttonWidth, ButtonAlign buttonAlign )
パラメータ
- bounds
 - コントロールのSystem.Drawing.Rectangle境界。
 - flat
 - ボタンがフラットかどうかを示すブール値。
 - buttonWidth
 - ボタンの幅。
 - buttonAlign
 
戻り値の型
指定された境界(ボタンの境界を含めない)のSystem.Drawing.Rectangle。