Method defaultInstance

From Ribbon Commander Documentation
Revision as of 15:32, 14 March 2013 by Rxdff15551 bb53 (Talk | contribs)

Jump to: navigation, search

Description

Static method that returns the default rxCustomUI object of the current session.

Parameters

Parameter Name
Parameter Type
Default Value
Description

Remarks

Examples

VBA

  1. ' Cache a reference to the default rxCustomUI of this session
  2. Dim myCustomUI As rxCustomUI
  3. Set myCustomUI = rxCustomUI.defaultInstance

C#

  1. // Cache a reference to the default rxCustomUI of this session
  2. rxCustomUI myCustomUI = rxCustomUI.defaultInstance

VB.NET

  1. ' Cache a reference to the default rxCustomUI of this session
  2. Dim myCustomUI As rxCustomUI = rxCustomUI.defaultInstance

C++

  1.