Click or drag to resize

SettingsProvider Constructor

Initializes a new instance of the SettingsProvider class

Namespace:  NeoAxis.Editor
Assembly:  NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public SettingsProvider(
	DocumentWindow documentWindow,
	Object[] selectedObjects,
	TableLayoutPanel layoutPanel,
	Object anyData
)

Parameters

documentWindow
Type: NeoAxis.EditorDocumentWindow
selectedObjects
Type: SystemObject
layoutPanel
Type: System.Windows.FormsTableLayoutPanel
anyData
Type: SystemObject
See Also