CheckButton Class Reference

List of all members.

Detailed Description

A Check Button.


Public Member Functions

public void addOnButtonClicked (void delegate(CheckButton) dlg)
 addOnBubttonClicked
 this ()
 Creates a new Check button.
 this (char[] label)
 Creates a new chekc button with a label.
 this (char[] label, void delegate() dlg)
 Creates a new chekc button with a label.
 this (char[] label, void delegate(CheckButton) dlg)
 Creates a new chekc button with a label.


Member Function Documentation

public void CheckButton.addOnButtonClicked void delegate(CheckButton dlg  ) 
 

addOnBubttonClicked

Parameters:
dlg the method to add to the event

CheckButton.this char[]  label,
void delegate(CheckButton dlg
 

Creates a new chekc button with a label.

CheckButton.this char[]  label,
void delegate()  dlg
 

Creates a new chekc button with a label.

CheckButton.this char[]  label  ) 
 

Creates a new chekc button with a label.

CheckButton.this  ) 
 

Creates a new Check button.


SourceForge.net Logo DSource.org Logo digitalmars.com Logo