Intersoft ClientUI Documentation
UXDataComboBoxItem Class
Members  See Also  Send Feedback
Intersoft.Client.UI.Data Namespace : UXDataComboBoxItem Class






Represents a queryable combo box item control.

Object Model

UXDataComboBoxItem Class

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="CellsPresenter", Type=System.Windows.Controls.Grid)>
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)>
<TemplateVisualStateAttribute(Name="Unselected", GroupName="SelectionStates")>
<TemplateVisualStateAttribute(GroupName="FocusStates", Name="Focused")>
<TemplateVisualStateAttribute(GroupName="SelectionStates", Name="Unselected")>
<DescriptionAttribute("Represents a queryable combo box item control.")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")>
<TemplateVisualStateAttribute(GroupName="FocusStates", Name="Unfocus")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")>
<TemplateVisualStateAttribute(GroupName="CommonStates", Name="Disabled")>
Public Class UXDataComboBoxItem 
   Inherits Intersoft.Client.UI.Aqua.UXCollection.UXComboBoxItem
   Implements IControlIFramework, ILicensing, ISelectionItem 
Visual Basic (Usage)Copy Code
Dim instance As UXDataComboBoxItem
C# 
[TemplatePartAttribute(Name="CellsPresenter", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplateVisualStateAttribute(Name="Unselected", GroupName="SelectionStates")]
[TemplateVisualStateAttribute(GroupName="FocusStates", Name="Focused")]
[TemplateVisualStateAttribute(GroupName="SelectionStates", Name="Unselected")]
[DescriptionAttribute("Represents a queryable combo box item control.")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")]
[TemplateVisualStateAttribute(GroupName="FocusStates", Name="Unfocus")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Disabled")]
public class UXDataComboBoxItem : Intersoft.Client.UI.Aqua.UXCollection.UXComboBoxItem, IControlIFramework, ILicensing, ISelectionItem  
Delphi 
public class UXDataComboBoxItem = class(Intersoft.Client.UI.Aqua.UXCollection.UXComboBoxItem, IControl, IFramework, ILicensing, ISelectionItem)
JScript 
TemplatePartAttribute(Name="CellsPresenter", Type=System.Windows.Controls.Grid)
TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)
TemplateVisualStateAttribute(Name="Unselected", GroupName="SelectionStates")
TemplateVisualStateAttribute(GroupName="FocusStates", Name="Focused")
TemplateVisualStateAttribute(GroupName="SelectionStates", Name="Unselected")
DescriptionAttribute("Represents a queryable combo box item control.")
TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")
TemplateVisualStateAttribute(GroupName="FocusStates", Name="Unfocus")
TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")
TemplateVisualStateAttribute(GroupName="CommonStates", Name="Disabled")
public class UXDataComboBoxItem extends Intersoft.Client.UI.Aqua.UXCollection.UXComboBoxItem implements IControlIFramework, ILicensing, ISelectionItem 
Managed Extensions for C++ 
[TemplatePartAttribute(Name="CellsPresenter", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplateVisualStateAttribute(Name="Unselected", GroupName="SelectionStates")]
[TemplateVisualStateAttribute(GroupName="FocusStates", Name="Focused")]
[TemplateVisualStateAttribute(GroupName="SelectionStates", Name="Unselected")]
[DescriptionAttribute("Represents a queryable combo box item control.")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")]
[TemplateVisualStateAttribute(GroupName="FocusStates", Name="Unfocus")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Disabled")]
public __gc class UXDataComboBoxItem : public Intersoft.Client.UI.Aqua.UXCollection.UXComboBoxItem, IControlIFramework, ILicensing, ISelectionItem  
C++/CLI 
[TemplatePartAttribute(Name="CellsPresenter", Type=System.Windows.Controls.Grid)]
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[TemplateVisualStateAttribute(Name="Unselected", GroupName="SelectionStates")]
[TemplateVisualStateAttribute(GroupName="FocusStates", Name="Focused")]
[TemplateVisualStateAttribute(GroupName="SelectionStates", Name="Unselected")]
[DescriptionAttribute("Represents a queryable combo box item control.")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="MouseOver")]
[TemplateVisualStateAttribute(GroupName="FocusStates", Name="Unfocus")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Normal")]
[TemplateVisualStateAttribute(GroupName="CommonStates", Name="Disabled")]
public ref class UXDataComboBoxItem : public Intersoft.Client.UI.Aqua.UXCollection.UXComboBoxItem, IControlIFramework, ILicensing, ISelectionItem  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ContentControl
                  Intersoft.Client.Framework.ISContentControl
                     Intersoft.Client.Framework.ISSelectionItemControl
                        Intersoft.Client.UI.Aqua.UXCollection.UXComboBoxItem
                           Intersoft.Client.UI.Data.UXDataComboBoxItem
                              Intersoft.Client.UI.Data.UXMultipleSelectionComboBoxItem

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.