Intersoft ClientUI Documentation
ForceMultipleSelection Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISHeaderedItemsControl Class : ForceMultipleSelection Property






Gets or sets a value that indicates whether multiple selection is desired.

Syntax

Visual Basic (Declaration) 
Protected Property ForceMultipleSelection As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ISHeaderedItemsControl
Dim value As Boolean
 
instance.ForceMultipleSelection = value
 
value = instance.ForceMultipleSelection
C# 
protected bool ForceMultipleSelection {get; set;}
Delphi 
protected read-write property ForceMultipleSelection: Boolean; 
JScript 
protected function get,set ForceMultipleSelection : boolean
Managed Extensions for C++ 
protected: __property bool get_ForceMultipleSelection();
protected: __property void set_ForceMultipleSelection( 
   bool value
);
C++/CLI 
protected:
property bool ForceMultipleSelection {
   bool get();
   void set (    bool 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.