Intersoft ClientUI Documentation
AutoSelectMode Property (UXRibbonContextualTabGroup)



Gets or sets a value that determines the selection behavior when the contextual tab group is activated.
Syntax
<CategoryAttribute("Common Properties")>
Public Property AutoSelectMode As ContextualTabSelectionMode
Dim instance As UXRibbonContextualTabGroup
Dim value As ContextualTabSelectionMode
 
instance.AutoSelectMode = value
 
value = instance.AutoSelectMode
[CategoryAttribute("Common Properties")]
public ContextualTabSelectionMode AutoSelectMode {get; set;}
[CategoryAttribute("Common Properties")]
public:
property ContextualTabSelectionMode AutoSelectMode {
   ContextualTabSelectionMode get();
   void set (    ContextualTabSelectionMode value);
}
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

UXRibbonContextualTabGroup Class
UXRibbonContextualTabGroup Members

Send Feedback