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






Represents a selection input control.

Object Model

SelectionInputControl Class

Syntax

Visual Basic (Declaration) 
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)>
<DescriptionAttribute("Represents a selection input control.")>
Public Class SelectionInputControl 
   Inherits Intersoft.Client.Framework.ISSelectionControl
   Implements IControlIFramework, ILicensing, ISelection 
Visual Basic (Usage)Copy Code
Dim instance As SelectionInputControl
C# 
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[DescriptionAttribute("Represents a selection input control.")]
public class SelectionInputControl : Intersoft.Client.Framework.ISSelectionControl, IControlIFramework, ILicensing, ISelection  
Delphi 
public class SelectionInputControl = class(Intersoft.Client.Framework.ISSelectionControl, IControl, IFramework, ILicensing, ISelection)
JScript 
TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)
DescriptionAttribute("Represents a selection input control.")
public class SelectionInputControl extends Intersoft.Client.Framework.ISSelectionControl implements IControlIFramework, ILicensing, ISelection 
Managed Extensions for C++ 
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[DescriptionAttribute("Represents a selection input control.")]
public __gc class SelectionInputControl : public Intersoft.Client.Framework.ISSelectionControl, IControlIFramework, ILicensing, ISelection  
C++/CLI 
[TemplatePartAttribute(Name="RootElement", Type=System.Windows.Controls.Grid)]
[DescriptionAttribute("Represents a selection input control.")]
public ref class SelectionInputControl : public Intersoft.Client.Framework.ISSelectionControl, IControlIFramework, ILicensing, ISelection  

Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.ItemsControl
                  Intersoft.Client.Framework.ISItemsControl
                     Intersoft.Client.Framework.ISSelectionControl
                        Intersoft.Client.UI.Data.SelectionInputControl

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.