ButtonOption(String, Boolean, Object) Constructor

Initialize the selection button.

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public ButtonOption(
	string name,
	bool isSelected,
	Object tag = null
)

Parameters

name  String
The name of the button
isSelected  Boolean
Defines the selection state
tag  Object  (Optional)
An additional object that can be used for own purposes

See Also