Table of Contents

Interface ILayoutContentSelector

Namespace
HeBianGu.Control.Dock.Layout
Assembly
HeBianGu.Control.Dock.dll

Defines an API for interacting with (selected) content in a pane.

public interface ILayoutContentSelector
Extension Methods

Properties

SelectedContent

Gets the selected content in the pane.

LayoutContent SelectedContent { get; }

Property Value

LayoutContent

SelectedContentIndex

Gets or sets the index of the selected content in the pane.

int SelectedContentIndex { get; set; }

Property Value

int

Methods

IndexOf(LayoutContent)

Gets the index or -1 of the specified child content.

int IndexOf(LayoutContent content)

Parameters

content LayoutContent

Returns

int