Intersoft ClientUI Documentation
AutoSelectMode Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXRibbon Namespace > UXRibbonContextualTabGroup Class : AutoSelectMode Property






Gets or sets a value that determines the selection behavior when the contextual tab group is activated.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Common Properties")>
Public Property AutoSelectMode As ContextualTabSelectionMode
Visual Basic (Usage)Copy Code
Dim instance As UXRibbonContextualTabGroup
Dim value As ContextualTabSelectionMode
 
instance.AutoSelectMode = value
 
value = instance.AutoSelectMode
C# 
[CategoryAttribute("Common Properties")]
public ContextualTabSelectionMode AutoSelectMode {get; set;}
Delphi 
public read-write property AutoSelectMode: ContextualTabSelectionMode; 
JScript 
CategoryAttribute("Common Properties")
public function get,set AutoSelectMode : ContextualTabSelectionMode
Managed Extensions for C++ 
[CategoryAttribute("Common Properties")]
public: __property ContextualTabSelectionMode get_AutoSelectMode();
public: __property void set_AutoSelectMode( 
   ContextualTabSelectionMode value
);
C++/CLI 
[CategoryAttribute("Common Properties")]
public:
property ContextualTabSelectionMode AutoSelectMode {
   ContextualTabSelectionMode get();
   void set (    ContextualTabSelectionMode value);
}

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.