RibbonDocument Class

Represents an XML document by using a tree structure of DataNode objects that contain references to XmlNode objects.

Inheritance Hierarchy

System.Object
  Microsoft.Web.CommandUI.RibbonDocument

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Public Class RibbonDocument
'Usage
Dim instance As RibbonDocument
public class RibbonDocument

Remarks

The creation and use of this class enhances server-side performance.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RibbonDocument Members

Microsoft.Web.CommandUI Namespace