バージョン

GetResizeRange メソッド

グループの最小および最大幅を返します。
シンタックス
'宣言
 
Public Sub GetResizeRange( _
   ByRef minWidth As Integer, _
   ByRef maxWidth As Integer _
) 
public void GetResizeRange( 
   ref int minWidth,
   ref int maxWidth
)

パラメータ

minWidth
グループの最小幅。
maxWidth
グループの最大幅。
参照