Show / Hide Table of Contents

Interface ILockable

Namespace: ShadowBox.Interactions
Assembly: cs.temp.dll.dll
Syntax
public interface ILockable

Methods

CanLock()

Declaration
bool CanLock()
Returns
Type Description
System.Boolean

IsLocked()

Declaration
bool IsLocked()
Returns
Type Description
System.Boolean

Lock()

Declaration
void Lock()

LockOnStart(Boolean)

Declaration
void LockOnStart(bool toggle)
Parameters
Type Name Description
System.Boolean toggle

ToggleLock()

Declaration
void ToggleLock()

Unlock()

Declaration
void Unlock()
Back to top Generated by DocFX