Intersoft ClientUI Documentation
ContextualTabSelectionMode Enumeration
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXRibbon Namespace : ContextualTabSelectionMode Enumeration






Specifies the selection mode for contextual tab group.

Syntax

Visual Basic (Declaration) 
Public Enum ContextualTabSelectionMode 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As ContextualTabSelectionMode
C# 
public enum ContextualTabSelectionMode : System.Enum 
Delphi 
public enum ContextualTabSelectionMode = class(System.Enum)
JScript 
public enum ContextualTabSelectionMode extends System.Enum
Managed Extensions for C++ 
__value public enum ContextualTabSelectionMode : public System.Enum 
C++/CLI 
public enum class ContextualTabSelectionMode : public System.Enum 

Members

MemberDescription
AlwaysThe contextual tab group will always select the first item when activated.
DisabledThe contextual tab group will never select any items when activated.
LastSelectionThe contextual tab group will select the last valid selection when activated.

Remarks

When the contextual tab group is activated, you can customize the AutoSelectMode behavior to further enhance the user experience.

  • Always

    When the contextual tab group is active, the first tab in the collection will be selected by default.

  • Disabled

    Automatic tab selection is disabled.

  • LastSelection

    When the contextual tab group is active, the previously selected tab will be reselected by default.

To learn more about UXRibbonContextualTabGroup, see Working with Contextual Tab.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.UXRibbon.ContextualTabSelectionMode

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.