DataGridView.BringToFront Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Brings the DataGridView to the front of the z-order.
public:
System::Object ^ BringToFront();
public object BringToFront ();
override this.BringToFront : unit -> obj
Public Function BringToFront () As Object
Returns
This method returns a null reference (Nothing
in Visual Basic); otherwise this method returns true
.
Examples
For a code example that demonstrates how to use this method, see Microsoft.Office.Tools.Excel.Controls.Button.BringToFront. All controls in the Microsoft.Office.Tools.Excel.Controls namespace have a functionally equivalent BringToFront
method.
Remarks
This method sets the z-order of the DataGridView to the last index in the OLEObjects collection; the numbering of the z-order is the opposite of the numbering of the index in the OLEObjects collection. The higher the index in the OLEObjects collection, the lower the z-order of the DataGridView.