CommandBarsClass.CommitRenderingTransaction Method
Commits the rendering transaction. Returns Nothing (a null reference (Nothing in Visual Basic) in C#).
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Sub CommitRenderingTransaction ( _
hwnd As Integer _
)
'Usage
Dim instance As CommandBarsClass
Dim hwnd As Integer
instance.CommitRenderingTransaction(hwnd)
public virtual void CommitRenderingTransaction(
int hwnd
)
Parameters
hwnd
Type: System.Int32Specifies a handle to the window in which to commit the rendering transaction.
Implements
_CommandBars.CommitRenderingTransaction(Int32)