Click or drag to resize

ControlPushButtonControl Constructor

Constructs a new push button control.

Namespace: Demo3D.ControlPanel
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public PushButtonControl(
	bool manualRelease = false,
	bool not = false
)

Parameters

manualRelease  Boolean  (Optional)

[Missing <param name="manualRelease"/> documentation for "M:Demo3D.ControlPanel.Control.PushButtonControl.#ctor(System.Boolean,System.Boolean)"]

not  Boolean  (Optional)

[Missing <param name="not"/> documentation for "M:Demo3D.ControlPanel.Control.PushButtonControl.#ctor(System.Boolean,System.Boolean)"]

See Also