BarManagerOptionsLayout Properties
Provides options that control how the bars’ layout is stored to/restored from a stream, xml file or system registry.Name | Description |
---|---|
AllowAddNewItems | Gets or sets whether items that exist in the current layout, but not in the layout being loaded, should be retained. |
AllowRemoveOldItems | Gets or sets whether items that exist in the layout being loaded, but not in the current layout, should be added to the current layout. |
AllowSerializeBarSubItemChildren | Gets or sets whether or not links contained within BarSubItem objects are serialized. |
CurrentLayoutScaleFactor | Inherited from OptionsLayoutBase. |
FullLayout static | Returns an OptionsLayoutBase object whose settings indicate that the full layout of the control should be stored to and restored from storage (a stream, xml file or system registry). Inherited from OptionsLayoutBase. |
LayoutScaleFactor | Inherited from OptionsLayoutBase. |
LayoutVersion | Gets or sets the version of the layout. Inherited from OptionsLayoutBase. |
ResetRecentItems | Gets or sets whether the Bar Manager should reset its Recent Items collection when the component layout is saved. |
StoredLayoutScaleFactor | Inherited from OptionsLayoutBase. |
See Also