Interface ILayoutPanel
Presents interface for layout panel in DocumentContainer.
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public interface ILayoutPanel : IDisposable
Methods
BackforwardSwitchImmediate()
Back forward the switch immediate.
Declaration
void BackforwardSwitchImmediate()
CanSwitch()
Determines whether this instance can switch.
Declaration
bool CanSwitch()
Returns
Type | Description |
---|---|
System.Boolean |
|
CreateChildDocumentParams(FrameworkElement, Boolean)
Creates the child document params.
Declaration
ChildDocumentParams CreateChildDocumentParams(FrameworkElement element, bool isActive)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.FrameworkElement | element | The element. |
System.Boolean | isActive | if set to |
Returns
Type | Description |
---|---|
ChildDocumentParams | ChildDocument Params |
ForwardSwitchImmediate(Boolean, Boolean)
Forwards the switch immediate.
Declaration
void ForwardSwitchImmediate(bool firstTabulation, bool isKeepCircle)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | firstTabulation | if set to |
System.Boolean | isKeepCircle | if set to |
GetContent(Control)
Gets the Content.
Declaration
UIElement GetContent(Control wrapper)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.Control | wrapper | The wrapper. |
Returns
Type | Description |
---|---|
System.Windows.UIElement | UIElement content |
GetOrderedItems()
Gets the ordered items.
Declaration
IList<Control> GetOrderedItems()
Returns
Type | Description |
---|---|
System.Collections.Generic.IList<System.Windows.Controls.Control> | Ilist Control Items |
ResetVisibleList()
Resets the visible list.
Declaration
void ResetVisibleList()
SetActiveDocument(UIElement)
Sets the active document.
Declaration
void SetActiveDocument(UIElement element)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.UIElement | element | The element. |
SetActiveItem(FrameworkElement)
Sets the active item.
Declaration
void SetActiveItem(FrameworkElement activeItem)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.FrameworkElement | activeItem | The active item. |
SetActiveWindow(Control)
Sets the active window.
Declaration
void SetActiveWindow(Control wrapper)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Controls.Control | wrapper | The wrapper. |
SetFocus()
Sets the focus.
Declaration
void SetFocus()
UpdateAfterPersistLoad()
Updates the after persist load.
Declaration
void UpdateAfterPersistLoad()