ButtonOption Class

A single button option instance for use with the selection list window.

Definition

Namespace: PCB_Investigator.PCBIWindows
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public class ButtonOption : INotifyPropertyChanged, 
	ICloneable
Inheritance
Object    ButtonOption
Implements
INotifyPropertyChanged, ICloneable

Constructors

ButtonOption(String) Initialize the selection button.
ButtonOption(String, Boolean, Object) Initialize the selection button.

Properties

Checked Get/Set the selection state of the button.
Label Get/Set the name of the button.
Tag Get/Set the tag object (can be used for own purposes).

Methods

Clone Creates a copy of the object.
ToString Creates a string representation of the object. (name: selected [tag_object])
(Overrides ObjectToString)

Extension Methods

See Also