ShapeElement.SetShowHideState(Boolean) Method
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.
Set the visibility state of the shape and all its children
public:
void SetShowHideState(bool show);
public void SetShowHideState (bool show);
member this.SetShowHideState : bool -> unit
Public Sub SetShowHideState (show As Boolean)
Parameters
- show
- Boolean