Share

Pane Class

Description

This .NET class wraps the AcPane ObjectARX class.

The AcPane class represents an individual pane in the status bar. A pane can contain text or an icon.

This class supplies methods that support adding, removing, modifying and displaying panes in the status bar. For additional methods that apply to panes, see the AcStatusBarItem class.

Class Hierarchy

Autodesk.AutoCAD.Windows.StatusBarItem
    Autodesk.AutoCAD.Windows.Pane

Visual Basic

Public sealed Class Pane
Inherits StatusBarItem

C#

public sealed class Pane : StatusBarItem;

Links

Pane Constructor, Pane Properties

Was this information helpful?