Class Overlay
Assembly: NFive.SDK.Client.net.dll
Syntax
public abstract class Overlay
Constructors
|
Improve this Doc
View Source
Overlay(IOverlayManager)
Declaration
protected Overlay(IOverlayManager manager)
Parameters
|
Improve this Doc
View Source
Overlay(IOverlayManager, String)
Declaration
protected Overlay(IOverlayManager manager, string fileName)
Parameters
Properties
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; }
Property Value
Methods
|
Improve this Doc
View Source
Blur()
Declaration
|
Improve this Doc
View Source
Dispose()
Declaration
|
Improve this Doc
View Source
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
Boolean |
disposing |
|
|
Improve this Doc
View Source
Emit(String, Object)
Declaration
public void Emit(string event, object data = null)
Parameters
|
Improve this Doc
View Source
Focus(Boolean)
Declaration
public void Focus(bool showCursor)
Parameters
Type |
Name |
Description |
Boolean |
showCursor |
|
|
Improve this Doc
View Source
Hide(Boolean)
Declaration
public void Hide(bool blur = true)
Parameters
|
Improve this Doc
View Source
On(String, Action)
Declaration
public void On(string event, Action action)
Parameters
|
Improve this Doc
View Source
On<T>(String, Action<T>)
Declaration
public void On<T>(string event, Action<T> action)
Parameters
Type Parameters
|
Improve this Doc
View Source
On<TReturn>(String, Func<TReturn>)
Declaration
public void On<TReturn>(string event, Func<TReturn> action)
Parameters
Type |
Name |
Description |
String |
event |
|
Func<TReturn> |
action |
|
Type Parameters
|
Improve this Doc
View Source
On<T, TReturn>(String, Func<T, TReturn>)
Declaration
public void On<T, TReturn>(string event, Func<T, TReturn> action)
Parameters
Type |
Name |
Description |
String |
event |
|
Func<T, TReturn> |
action |
|
Type Parameters
Name |
Description |
T |
|
TReturn |
|
|
Improve this Doc
View Source
Ready()
Declaration
protected virtual dynamic Ready()
Returns
|
Improve this Doc
View Source
Show(Boolean, Boolean)
Declaration
public void Show(bool focus = true, bool showCursor = true)
Parameters