Intersoft ClientUI Documentation
Add Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > UIElementExtensions Class : Add Method






collection
element
noVerify

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Public Shared Sub Add( _
   ByVal collection As UIElementCollection, _
   ByVal element As UIElement, _
   ByVal noVerify As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim collection As UIElementCollection
Dim element As UIElement
Dim noVerify As Boolean
 
UIElementExtensions.Add(collection, element, noVerify)
C# 
[ExtensionAttribute()]
public static void Add( 
   UIElementCollection collection,
   UIElement element,
   bool noVerify
)
Delphi 
public procedure Add( 
    collection: UIElementCollection;
    element: UIElement;
    noVerify: Boolean
); static; 
JScript 
ExtensionAttribute()
public static function Add( 
   collection : UIElementCollection,
   element : UIElement,
   noVerify : boolean
);
Managed Extensions for C++ 
[ExtensionAttribute()]
public: static void Add( 
   UIElementCollection* collection,
   UIElement* element,
   bool noVerify
) 
C++/CLI 
[ExtensionAttribute()]
public:
static void Add( 
   UIElementCollection^ collection,
   UIElement^ element,
   bool noVerify
) 

Parameters

collection
element
noVerify

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.