WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CBCtrlrSerializationWrapper

    Show / Hide Table of Contents

    Class CBCtrlrSerializationWrapper

    Inheritance
    System.Object
    CBCtrlrSerializationWrapper
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class CBCtrlrSerializationWrapper

    Constructors

    CBCtrlrSerializationWrapper(CommandBarController)

    Declaration
    public CBCtrlrSerializationWrapper(CommandBarController cbc)
    Parameters
    Type Name Description
    CommandBarController cbc

    Fields

    cbBorder

    Declaration
    public CommandBarDockBorder cbBorder
    Field Value
    Type Description
    CommandBarDockBorder

    htCBarWrapper

    Declaration
    protected Hashtable htCBarWrapper
    Field Value
    Type Description
    System.Collections.Hashtable

    Methods

    AddCommandBarData(CommandBar)

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

    AddCommandBarData(CommandBar, String)

    Declaration
    public void AddCommandBarData(CommandBar cbar, string commandBarName)
    Parameters
    Type Name Description
    CommandBar cbar
    System.String commandBarName

    CorrectCommandBarsOffset(CommandBarController)

    Declaration
    public void CorrectCommandBarsOffset(CommandBarController cbc)
    Parameters
    Type Name Description
    CommandBarController cbc

    InitSerailizationData(CommandBarController)

    Declaration
    [Obsolete("InitSerailizationData is deprecated, please use InitSerializationData instead.")]
    public void InitSerailizationData(CommandBarController cbc)
    Parameters
    Type Name Description
    CommandBarController cbc

    InitSerializationData(CommandBarController)

    Declaration
    public void InitSerializationData(CommandBarController cbc)
    Parameters
    Type Name Description
    CommandBarController cbc

    IsInitialized(CommandBar)

    Indicating whether state of the CommandBar loaded from isolated storage.

    Declaration
    public bool IsInitialized(CommandBar cbar)
    Parameters
    Type Name Description
    CommandBar cbar
    Returns
    Type Description
    System.Boolean

    IsInitialized(String)

    Indicating whether state of the CommandBar loaded from isolated storage.

    Declaration
    public bool IsInitialized(string commandBarName)
    Parameters
    Type Name Description
    System.String commandBarName
    Returns
    Type Description
    System.Boolean

    ReadDeserializedData(CommandBar)

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

    ReadDeserializedData(CommandBar, String)

    Declaration
    public void ReadDeserializedData(CommandBar cbar, string commandBarName)
    Parameters
    Type Name Description
    CommandBar cbar
    System.String commandBarName

    ReadDeserializedData(CommandBarController)

    Declaration
    public void ReadDeserializedData(CommandBarController cbc)
    Parameters
    Type Name Description
    CommandBarController cbc
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved