Share

ToolBarShareButton Class

Description

The Share Drawing button next to the Quick Access toolbar (QAT) is a button that allows you to share a link to a copy of the current drawing, and allows the drawing to be viewed or edited in the AutoCAD web app.

Class Hierarchy

Autodesk.Windows.RibbonItem
    Autodesk.Windows.RibbonCommandItem
        Autodesk.Windows.RibbonButton
            Autodesk.Windows.RibbonToggleButton
                Autodesk.Windows.ToolBars.ToolBarShareButton

Visual Basic

Public Class ToolBarShareButton
Inherits RibbonToggleButton

C#

public class ToolBarShareButton : RibbonToggleButton;

Was this information helpful?