BCGControlBar Library for .NET
OnInsertComplete Method (StatusBarPaneCollection)




The index in the collection of the object to insert.
An object to insert.
Performs additional custom processes after inserting a new element into the StatusBarPaneCollection instance. if the inserted object is an object of type StatusBarPaneInfo the parent StatusBarControl will be set as a parent for inserted StatusBarPaneInfo object.
Syntax
'Declaration
 
Public Overrides Sub OnInsertComplete( _
   ByVal index As Integer, _
   ByVal value As Object _
) 
'Usage
 
Dim instance As StatusBarPaneCollection
Dim index As Integer
Dim value As Object
 
instance.OnInsertComplete(index, value)
public override void OnInsertComplete( 
   int index,
   object value
)
public: void OnInsertComplete( 
   int index,
   Object* value
) override 
public:
void OnInsertComplete( 
   int index,
   Object^ value
) override 

Parameters

index
The index in the collection of the object to insert.
value
An object to insert.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StatusBarPaneCollection Class
StatusBarPaneCollection Members
Base Implementation in OnInsertComplete

Send Feedback