Interface IVS2005FlipOwner
Presents interface owner of VS2005 Flip.
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public interface IVS2005FlipOwner
Properties
ToolWindowsList
Gets or sets the tool windows list.
Declaration
ObservableFrameworkElements ToolWindowsList { get; set; }
Property Value
Type | Description |
---|---|
ObservableFrameworkElements | The tool windows list. |
Methods
ClosePreview()
Closes the preview.
Declaration
void ClosePreview()
OnToolWindowsItemSelected(Object)
Called when [tool windows item selected].
Declaration
void OnToolWindowsItemSelected(object item)
Parameters
Type | Name | Description |
---|---|---|
System.Object | item | The item Flip owner. |