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()
Assembly: Syncfusion.Tools.Windows.dll
public class CBCtrlrSerializationWrapper
Constructors
Declaration
public CBCtrlrSerializationWrapper(CommandBarController cbc)
Parameters
Fields
Declaration
public CommandBarDockBorder cbBorder
Field Value
Declaration
protected Hashtable htCBarWrapper
Field Value
Type |
Description |
System.Collections.Hashtable |
|
Methods
Declaration
public void AddCommandBarData(CommandBar cbar)
Parameters
Declaration
public void AddCommandBarData(CommandBar cbar, string commandBarName)
Parameters
Type |
Name |
Description |
CommandBar |
cbar |
|
System.String |
commandBarName |
|
Declaration
public void CorrectCommandBarsOffset(CommandBarController cbc)
Parameters
Declaration
[Obsolete("InitSerailizationData is deprecated, please use InitSerializationData instead.")]
public void InitSerailizationData(CommandBarController cbc)
Parameters
Declaration
public void InitSerializationData(CommandBarController cbc)
Parameters
Indicating whether state of the CommandBar loaded from isolated storage.
Declaration
public bool IsInitialized(CommandBar cbar)
Parameters
Returns
Type |
Description |
System.Boolean |
|
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 |
|
Declaration
public void ReadDeserializedData(CommandBar cbar)
Parameters
Declaration
public void ReadDeserializedData(CommandBar cbar, string commandBarName)
Parameters
Type |
Name |
Description |
CommandBar |
cbar |
|
System.String |
commandBarName |
|
Declaration
public void ReadDeserializedData(CommandBarController cbc)
Parameters