ButtonStateData Constructor CleanCode C# Libraries v1.2.03 API
Initializes a new instance of the ButtonStateData struct.

Namespace: CleanCode.SqlEditorControls
Assembly: CleanCode.SqlEditorControls (in CleanCode.SqlEditorControls.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public ButtonStateData(
	bool buttonState
)

Parameters

buttonState
Type: OnlineSystem Boolean
if set to true [button state].
See Also