Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • SnapControl.CreateBars(RichEditToolbarType) Method

    Overrides the corresponding property of the base class to hide it.

    Namespace: DevExpress.Snap

    Assembly: DevExpress.Snap.v21.2.dll

    NuGet Package: DevExpress.Win.Snap

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public BarManager CreateBars(
        RichEditToolbarType toolbarType
    )

    Parameters

    Name Type Description
    toolbarType RichEditToolbarType

     

    Returns

    Type Description
    BarManager

     

    Remarks

    This property is intended to support the internal infrastructure.

    See Also