[]
        
(Showing Draft Content)

C1.Blazor.Ribbon.ToolStripPanel

ToolStripPanel Class

This is the main panel that show the visible (non-overflow) items.

Inheritance
ToolStripPanel
Namespace: C1.Blazor.Ribbon
Assembly: C1.Blazor.Ribbon.dll
Syntax
public class ToolStripPanel : C1View, IComponent, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable
Public Class ToolStripPanel
    Inherits C1View
    Implements IComponent, IHandleAfterRender, IDependencyObject, IHandleEvent, IDisposable

Constructors

Name Description
ToolStripPanel()

Initializes a new instance of the ToolStripPanel class.

Fields

Name Description
OrientationProperty

Identifies the Orientation dependency property.

Properties

Name Description
NeedsOverflow

Gets true if not all the items were laid out.

Orientation

Gets or sets the orientation of the panel.

ShownItemsCount

Gets the number of displayed items.

Methods

Name Description
BuildRenderTree(RenderTreeBuilder)
Dispose(bool)
OnAfterRender(bool)
OnInitialized()