バージョン

NavigationPaneExpansionButtonUIElement コンストラクタ

NavigationAreaUIElement クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As UltraExplorerBarGroupHeaderUIElement, _
   ByVal expanded As Boolean _
)
public NavigationPaneExpansionButtonUIElement( 
   UltraExplorerBarGroupHeaderUIElement parent,
   bool expanded
)

パラメータ

parent
この要素を含む UltraExplorerBarGroupHeaderUIElement
expanded
このボタンが展開または縮小された状態を表すかどうかを指定します。
参照