Click or drag to resize

SettingsProviderCreate 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 static SettingsProvider Create(
	DocumentWindow documentWindow,
	Object[] selectedObjects,
	TableLayoutPanel layoutPanel,
	Object anyData,
	bool update
)

Parameters

documentWindow
Type: NeoAxis.EditorDocumentWindow
selectedObjects
Type: SystemObject
layoutPanel
Type: System.Windows.FormsTableLayoutPanel
anyData
Type: SystemObject
update
Type: SystemBoolean

Return Value

Type: SettingsProvider
See Also