<Code Lib>
2023 Method
Changes 0
M

View.IsElementVisibleInTemporaryViewMode

Description:
Identifies if the input element is visible for the temporary view mode for this view.

public bool IsElementVisibleInTemporaryViewMode(
	TemporaryViewMode mode,
	ElementId id
)

Return Value bool True if the element is visible, false if the element is hidden in the view mode.

Loading…