Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sends the DateTimePicker to the back of the z-order.
Namespace: Microsoft.Office.Tools.Excel.Controls
Assembly: Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Syntax
'Declaration
Public Function SendToBack As Object
public Object SendToBack()
Return Value
Type: System.Object
This method returns a null reference (Nothing in Visual Basic); otherwise this method returns true.
Remarks
This method sets the z-order of the DateTimePicker to the first 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 DateTimePicker.
Examples
For a code example that demonstrates how to use this method, see Button.SendToBack. All controls in the Microsoft.Office.Tools.Excel.Controls namespace have a functionally equivalent SendToBack method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.