バージョン

CalculateSmallestButtonClientRect メソッド

ボタンの状態にかかわらず使用可能なボタン境界線内の領域を計算します。
シンタックス
'宣言
 
Public Shared Function CalculateSmallestButtonClientRect( _
   ByVal buttonStyle As UIElementButtonStyle, _
   ByVal rect As Rectangle, _
   ByVal element As UIElement _
) As Rectangle
public static Rectangle CalculateSmallestButtonClientRect( 
   UIElementButtonStyle buttonStyle,
   Rectangle rect,
   UIElement element
)

パラメータ

buttonStyle
UIElementButtonStyle
rect
境界線の太さに基づいて調整する四角形
element
Element

戻り値の型

四角形と指定されたボタンスタイルに基づいて常に使用可能なクライアント領域を含む四角形。
解説
ただし、状況によって異なりますが、一部のボタンスタイルは異なる太さの境界線を持っているため、状態に関わらずどの四角形になるのかを知る必要があります。特にイメージとテキストをオフセットする場合は必要です。
参照