バージョン

AdjustableUIElement コンストラクタ

コンストラクター、AdjustableUIElement の新しいインスタンスを初期化します(親要素を必要とします)。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As UIElement, _
   ByVal supportsLeftRightAdjustments As Boolean, _
   ByVal supportsUpDownAdjustments As Boolean _
)
public AdjustableUIElement( 
   UIElement parent,
   bool supportsLeftRightAdjustments,
   bool supportsUpDownAdjustments
)

パラメータ

parent
親UIElement
supportsLeftRightAdjustments
垂直バーの調整では True
supportsUpDownAdjustments
水平バーの調整では True
参照