Share via


VisibilityInstance Members

Include Protected Members
Include Inherited Members

Represents the visibility state of an instance type object.

The VisibilityInstance type exposes the following members.

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Protected method ResetInstanceCache() Infrastructure. (Overrides BaseInstance.ResetInstanceCache().)
Public method ToString() (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_cachedCurrentlyHidden Infrastructure.
Protected field m_cachedStartHidden Infrastructure.
Protected field m_currentlyHiddenValue Infrastructure.
Protected field m_startHiddenValue Infrastructure.

Top

Properties

  Name Description
Public property CurrentlyHidden Gets a Boolean value that indicates whether the instance type object is visible.
Public property StartHidden Gets a Boolean value that indicates whether the instance type object is initially hidden.

Top