Show / Hide Table of Contents

Interface IControlPanel

Namespace: Experior.Interfaces
Assembly: Experior.Interfaces.dll
Syntax
public interface IControlPanel

Properties

Controls

Declaration
List<object> Controls { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Object>

EntityId

Declaration
ulong EntityId { get; }
Property Value
Type Description
System.UInt64

TabName

Declaration
string TabName { get; set; }
Property Value
Type Description
System.String

Methods

Clear()

Declaration
void Clear()

Deselect()

Declaration
void Deselect()

Lock()

Declaration
void Lock()

Unlock()

Declaration
void Unlock()

Events

OnDisposed

Declaration
event EventHandler OnDisposed
Event Type
Type Description
System.EventHandler

OnNameChanged

Declaration
event EventHandler<NameChangedEventArgs> OnNameChanged
Event Type
Type Description
System.EventHandler<NameChangedEventArgs>
Back to top Generated by DocFX