バージョン

HeaderUIElementBase コンストラクタ

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

パラメータ

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