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 | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ResetInstanceCache() | Infrastructure. (Overrides BaseInstance.ResetInstanceCache().) | |
ToString() | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
m_cachedCurrentlyHidden | Infrastructure. | |
m_cachedStartHidden | Infrastructure. | |
m_currentlyHiddenValue | Infrastructure. | |
m_startHiddenValue | Infrastructure. |
Top
Properties
Name | Description | |
---|---|---|
CurrentlyHidden | Gets a Boolean value that indicates whether the instance type object is visible. | |
StartHidden | Gets a Boolean value that indicates whether the instance type object is initially hidden. |
Top