バージョン

SortIndicatorUIElement コンストラクタ

新しい SortIndicatorUIElement を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As Infragistics.Win.UIElement, _
   ByVal ascending As Boolean _
)
public SortIndicatorUIElement( 
   Infragistics.Win.UIElement parent,
   bool ascending
)

パラメータ

parent
親要素
ascending
昇順の場合はTrueで、そうでない場合はFalseです。
参照