Intersoft ClientUI Documentation
ActiveIndex Property
See Also  Send Feedback
Intersoft.Client.UI.Aqua Namespace > IMenu Interface : ActiveIndex Property






Gets or sets the current active selection index. Note used for internal purpose, do not change.

Syntax

Visual Basic (Declaration) 
Property ActiveIndex As Integer
Visual Basic (Usage)Copy Code
Dim instance As IMenu
Dim value As Integer
 
instance.ActiveIndex = value
 
value = instance.ActiveIndex
C# 
int ActiveIndex {get; set;}
Delphi 
read-write property ActiveIndex: Integer; 
JScript 
function get,set ActiveIndex : int
Managed Extensions for C++ 
__property int get_ActiveIndex();
__property void set_ActiveIndex( 
   int value
);
C++/CLI 
property int ActiveIndex {
   int get();
   void set (    int 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.