menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CommandBarExtSerializer - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CommandBarExtSerializer

    Inheritance
    System.Object
    CommandBarExtSerializer
    Implements
    System.Runtime.Serialization.ISerializable
    ICommandBarSerializer
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Tools.XPMenus
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class CommandBarExtSerializer : ISerializable, ICommandBarSerializer

    Constructors

    CommandBarExtSerializer()

    Declaration
    public CommandBarExtSerializer()

    CommandBarExtSerializer(SerializationInfo, StreamingContext)

    Declaration
    protected CommandBarExtSerializer(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info
    System.Runtime.Serialization.StreamingContext context

    Fields

    cbDockState

    Declaration
    protected CommandBarDockState cbDockState
    Field Value
    Type
    CommandBarDockState

    nMaxLength

    Declaration
    protected int nMaxLength
    Field Value
    Type
    System.Int32

    nMinLength

    Declaration
    protected int nMinLength
    Field Value
    Type
    System.Int32

    nRCCountDrag

    Declaration
    protected int nRCCountDrag
    Field Value
    Type
    System.Int32

    nRCIndex

    Declaration
    protected int nRCIndex
    Field Value
    Type
    System.Int32

    nRowOffsetDir

    Declaration
    protected int nRowOffsetDir
    Field Value
    Type
    System.Int32

    ptFloat

    Declaration
    protected Point ptFloat
    Field Value
    Type
    System.Drawing.Point

    szFloat

    Declaration
    protected Size szFloat
    Field Value
    Type
    System.Drawing.Size

    Methods

    GetCommandBarData(CommandBar)

    Declaration
    public void GetCommandBarData(CommandBar cbar)
    Parameters
    Type Name Description
    CommandBar cbar

    GetObjectData(SerializationInfo, StreamingContext)

    Declaration
    public void GetObjectData(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info
    System.Runtime.Serialization.StreamingContext context

    SetCommandBarData(CommandBar)

    Declaration
    public void SetCommandBarData(CommandBar cbar)
    Parameters
    Type Name Description
    CommandBar cbar

    Implements

    System.Runtime.Serialization.ISerializable
    ICommandBarSerializer
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved