Intersoft ClientUI Documentation
ContextualTabSelectionMode Enumeration



Specifies the selection mode for contextual tab group.
Syntax
Public Enum ContextualTabSelectionMode 
   Inherits System.Enum
Dim instance As ContextualTabSelectionMode
public enum ContextualTabSelectionMode : System.Enum 
public enum class ContextualTabSelectionMode : public System.Enum 
Members
MemberDescription
Always The contextual tab group will always select the first item when activated.
Disabled The contextual tab group will never select any items when activated.
LastSelection The 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.

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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Intersoft.Client.UI.Aqua.UXRibbon Namespace

Send Feedback