BarBase Class

Public MustInherit Class BarBase 
Inherits UserInterfaceBase
This language is not supported or no code example is available.
public abstract class BarBase : UserInterfaceBase
This language is not supported or no code example is available.
Name Description
Public constructor BarBase()
Top
Name Description
Protected property CustomViewport Tells if the UI element is drawn with a custom viewport. (inherited from UserInterfaceBase).
Public property Disposed (inherited from DisposableBase).
Protected property LocationAtOrigin When doing a render to Bitmap of the item, must not change the viewport origin. (inherited from UserInterfaceBase).
Internal protected (Protected Friend) property ParentViewport (inherited from UserInterfaceBase).
Top
Methods
 
Name Description
Public method Contains(Point) Tells if a point in viewport coordinates is over one of the buttons.
Public method Dispose() (inherited from UserInterfaceBase).
Internal protected (Protected Friend) method Draw(DrawSceneParams)
Protected method DrawForBitmap(object)
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method GetBounds(Viewport) Gets the bounds rectangle in screen coordinates. (inherited from UserInterfaceBase).
Internal protected (Protected Friend) method GetDefaultLayerName(Workspace) Use this method to get the correct layer name for internal Meshes. (inherited from UserInterfaceBase).
Public method GetHashCode (inherited from Object).
Public method GetThumbnail(Viewport, Size, Color)
Public method GetType (inherited from Object).
Protected method Hover(Workspace, ToolBarButton)
Protected method MemberwiseClone (inherited from Object).
Protected method OnMouseDown(Workspace, MouseEventArgs)
Protected method Static Repaint(Workspace)
Public method ScaleForDPI() Scales the element for high DPI settings. (inherited from UserInterfaceBase).
Public method ToString (inherited from Object).
Public method Update(IUserInterfaceElement) (inherited from UserInterfaceBase).
Top

.NET Framework

Supported in: 4.7.2

In this article

Definition