バージョン

NavigationOverflowButtonAreaVisible プロパティ

Style が 3-OutlookNavigationPane に設定されたときに NavigationOverflowButtonArea を表示するかどうかを取得または設定します。
シンタックス
'宣言
 
Public Property NavigationOverflowButtonAreaVisible As Boolean
public bool NavigationOverflowButtonAreaVisible {get; set;}
使用例
Private Sub BtnHideNavigationOverflowArea_Click(ByVal sender As Object, ByVal e As EventArgs)

	' Hide the NavigationOverflowButtonArea
    
	Me.UltraExplorerBar1.NavigationOverflowButtonAreaVisible = False

End Sub
private void btnHideNavigationOverflowArea_Click(object sender, EventArgs e)
{
    // Hide the NavigationOverflowButtonArea
    this.ultraExplorerBar1.NavigationOverflowButtonAreaVisible = false;
}
参照