Holds an instance of a navigator (toolbar, subform, ...)


Namespace: NetQuarry
Assembly: EAP.Core (in EAP.Core.dll)

Syntax

Visual Basic (Declaration)
<Serializable, _
 DebuggerDisplay("Name = {_name}, Type = {_typeKey}, Attrs = {_attrs}")>

Public Class Navigator
    Implements IEAPBase, ICloneable, ICacheable
C#
[Serializable]
[DebuggerDisplay("Name = {_name}, Type = {_typeKey}, Attrs = {_attrs}")]
public class Navigator : IEAPBase, ICloneable, ICacheable
C++
[Serializable]
[DebuggerDisplay(L"Name = {_name}, Type = {_typeKey}, Attrs = {_attrs}")]
ref class Navigator : IEAPBase, ICloneable, ICacheable
J#
/** @attribute Serializable() */
/** @attribute DebuggerDisplay("Name = {_name}, Type = {_typeKey}, Attrs = {_attrs}") */
public class Navigator implements IEAPBase, ICloneable, ICacheable
JScript
public 
   Serializable
   DebuggerDisplay("Name = {_name}, Type = {_typeKey}, Attrs = {_attrs}")
class Navigator extends IEAPBase, ICloneable, ICacheable

Inheritance Hierarchy

System.Object
   NetQuarry.Navigator

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also