バージョン 24.2 (最新)

NavigationOverflowButtonAreaVisible プロパティ

Style が 3-OutlookNavigationPane に設定されたときに NavigationOverflowButtonArea を表示するかどうかを取得または設定します。
シンタックス
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
'宣言
 
Public Property NavigationOverflowButtonAreaVisible As Boolean
 
private void btnHideNavigationOverflowArea_Click(object sender, EventArgs e)
{
    // Hide the NavigationOverflowButtonArea
    this.ultraExplorerBar1.NavigationOverflowButtonAreaVisible = false;
}
'宣言
 
Public Property NavigationOverflowButtonAreaVisible As Boolean
 
参照