Intersoft ClientUI Documentation
SetForceMultipleSelection Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISHeaderedItemsControl Class : SetForceMultipleSelection Method






flag
Sets a value that determine whether force multiple selection is enabled or not. Called if necessary.

Syntax

Visual Basic (Declaration) 
Public Sub SetForceMultipleSelection( _
   ByVal flag As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As ISHeaderedItemsControl
Dim flag As Boolean
 
instance.SetForceMultipleSelection(flag)
C# 
public void SetForceMultipleSelection( 
   bool flag
)
Delphi 
public procedure SetForceMultipleSelection( 
    flag: Boolean
); 
JScript 
public function SetForceMultipleSelection( 
   flag : boolean
);
Managed Extensions for C++ 
public: void SetForceMultipleSelection( 
   bool flag
) 
C++/CLI 
public:
void SetForceMultipleSelection( 
   bool flag
) 

Parameters

flag

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.