VisibilityInstance.m_currentlyHiddenValue 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 value that indicates whether the instance type object is hidden.
protected: bool m_currentlyHiddenValue;
protected bool m_currentlyHiddenValue;
val mutable m_currentlyHiddenValue : bool
Protected m_currentlyHiddenValue As Boolean