VisibilityInstance.m_cachedCurrentlyHidden Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a cache value that indicates whether the instance type object is hidden.
protected: bool m_cachedCurrentlyHidden;
protected bool m_cachedCurrentlyHidden;
val mutable m_cachedCurrentlyHidden : bool
Protected m_cachedCurrentlyHidden As Boolean