Click or drag to resize

WorkspaceControllerForFormFindWindowRecursive Method

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.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