Interface IAreasStateCache
Specifies that this object implements cache areas' state information.
Namespace: Syncfusion.Windows.Forms.Tools.Navigation.Layouting
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public interface IAreasStateCache
Methods
ClearAreaStates()
Clears all cached area states.
Declaration
List<LayoutInfo> ClearAreaStates()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<LayoutInfo> | Collection of cleared layouts. |
GetAreaState(LayoutInfo)
Gets the state of the hit test area.
Declaration
AreaStates GetAreaState(LayoutInfo info)
Parameters
| Type | Name | Description |
|---|---|---|
| LayoutInfo | info | Area's layout information. |
Returns
| Type | Description |
|---|---|
| AreaStates | Area's state |
SetAreaState(LayoutInfo, AreaStates)
Sets the state of the hit test area.
Declaration
void SetAreaState(LayoutInfo info, AreaStates areaState)
Parameters
| Type | Name | Description |
|---|---|---|
| LayoutInfo | info | Area's layout information. |
| AreaStates | areaState | Area's state. |