Click or drag to resize

RibbonBarAddIn Methods

The RibbonBarAddIn type exposes the following members.

Methods
  NameDescription
Public methodAddWindow
Adds new pop-up window.
Public methodContainsWindow
Determines whether specified add-in contains specified pop-up window.
Public methodStatic memberCreateAddInInstance
Creates an instance of the specified RibbonBar add-in.
Protected methodCreateDefaultContainer
Creates (or retrieves an existing instance) of the default add-ins group within the current RibbonBar control.
Public methodStatic memberGetAddInTypesByLocation
Retrieves the list of add-in types for a given location.
Public methodStatic memberGetAddInTypesByPage
Retrieves the list of add-in types for the given instance of Page object.
Public methodStatic memberGetAllAddInTypes
Retrieves the list of all add-in types that are currently loaded into the app domain.
Public methodInitialize
Performs "Initialize" stage.
Public methodLoad
Performs "Load" stage.
Public methodRemoveWindow(String)
Removes specified pop-up window.
Public methodRemoveWindow(Dialog)
Removes specified pop-up window.
Public methodRender
Sends add-in's output to specified HtmlTextWriter object.
Protected methodRenderWindows
Sends add-in windows' output to specified HtmlTextWriter object.
Top
See Also