Свойство | Тип | Описание | |
---|---|---|---|
InitializeComponent | void | ||
MultiStateCheckbox_MouseDown | void |
Метод | Описание | |
---|---|---|
IsPointInCheckBox ( Point point ) : bool |
Returns true/false if given point is within the bounds of the checkbox rectangle.
|
|
IsPointInCheckBox ( int x, int y ) : bool |
Returns true/false if given coordinates are within the bounds of the checkbox rectangle.
|
|
MultiStateCheckbox ( ) : System |
Default constructor
|
Метод | Описание | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnPaint ( PaintEventArgs e ) : void |
Метод | Описание | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MultiStateCheckbox_MouseDown ( object sender, MouseEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |
public IsPointInCheckBox ( Point point ) : bool | ||
point | Point | Point to check |
Результат | bool |
public IsPointInCheckBox ( int x, int y ) : bool | ||
x | int | X value to check |
y | int | Y value to check |
Результат | bool |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Результат | void |