VisibilityInstance.m_cachedStartHidden 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 initially hidden.
protected: bool m_cachedStartHidden;
protected bool m_cachedStartHidden;
val mutable m_cachedStartHidden : bool
Protected m_cachedStartHidden As Boolean