Click or drag to resize

HCDropDownControlAddOkCancelButtons 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 void AddOkCancelButtons(
	out KryptonButton buttonOK,
	out KryptonButton buttonCancel
)

Parameters

buttonOK
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonButton
buttonCancel
Type: Internal.ComponentFactory.Krypton.ToolkitKryptonButton
See Also