CommandBarsClass.CommitRenderingTransaction(Int32) 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.
Commits the rendering transaction. Returns Nothing (a null reference (Nothing in Visual Basic) in C#).
public:
virtual void CommitRenderingTransaction(int hwnd) = Microsoft::Office::Core::_CommandBars::CommitRenderingTransaction;
public virtual void CommitRenderingTransaction (int hwnd);
abstract member CommitRenderingTransaction : int -> unit
override this.CommitRenderingTransaction : int -> unit
Public Overridable Sub CommitRenderingTransaction (hwnd As Integer)
Parameters
- hwnd
- Int32
Specifies a handle to the window in which to commit the rendering transaction.