Click or drag to resize

WorkspaceControllerForFormFindWindowRecursive Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public DocumentWindow FindWindowRecursive(
	DocumentInstance doc,
	Object obj,
	Type type = null
)

Parameters

doc
Type: NeoAxis.EditorDocumentInstance
obj
Type: SystemObject
type (Optional)
Type: SystemType

Return Value

Type: DocumentWindow
See Also