バージョン

SortIndicatorUIElement コンストラクタ

SortIndicatorUIElement クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As UltraTreeNodeColumnHeaderUIElement, _
   ByVal sortType As SortType _
)
public SortIndicatorUIElement( 
   UltraTreeNodeColumnHeaderUIElement parent,
   SortType sortType
)

パラメータ

parent
このインスタンスが子要素の UltraTreeNodeColumnHeaderUIElement
sortType
この要素が表す並べ替えのタイプ (昇順または降順)。この要素で有効な値は Ascending と Descending のみです。
参照