Intersoft.Client.UI.Aqua.UXDesktop Namespace > UXDesktop Class : ActiveWindowIndex Property |
<CategoryAttribute("Common Properties")> Public Property ActiveWindowIndex As Integer
Dim instance As UXDesktop Dim value As Integer instance.ActiveWindowIndex = value value = instance.ActiveWindowIndex
[CategoryAttribute("Common Properties")] public int ActiveWindowIndex {get; set;}
[CategoryAttribute("Common Properties")] public: property int ActiveWindowIndex { int get(); void set ( int value); }
private void UXButton_Click(object sender, RoutedEventArgs e) { MessageBox.Show(desktop.ActiveWindowIndex.ToString()); }
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