IGLib
1.5
The IGLib base library for development of numerical, technical and business applications.
|
Control for setting horizontal and vertical alignment of items. More...
Public Member Functions | |
AlignmentControl () | |
Protected Member Functions | |
void | OnValueChanged (object sender, EventArgs eventArgs) |
Triggers the ValueChanged event. More... | |
override void | Dispose (bool disposing) |
Clean up any resources being used. More... | |
Protected Attributes | |
Alignment | _alignment = new Alignment() |
Properties | |
string | Title [get, set] |
Text displayed in the title label of the control. More... | |
Alignment | Alignment [get, set] |
Events | |
EventHandler | ValueChanged |
Event that occurs when the value of alignment changes. More... | |
Private Member Functions | |
void | AnyControl_CheckChanged (object sender, EventArgs e) |
Common things for event handlers executing when any of the radio buttons changes checked status. More... | |
void | rbHorizontalNone_CheckedChanged (object sender, EventArgs e) |
void | rbHorizontalLeft_CheckedChanged (object sender, EventArgs e) |
void | rbHorizontalCentered_CheckedChanged (object sender, EventArgs e) |
void | rbHorizontalRight_CheckedChanged (object sender, EventArgs e) |
void | rbVerticalNone_CheckedChanged (object sender, EventArgs e) |
void | rbVerticalTop_CheckedChanged (object sender, EventArgs e) |
void | rbVerticalCentered_CheckedChanged (object sender, EventArgs e) |
void | rbVerticalBottom_CheckedChanged (object sender, EventArgs e) |
void | InitializeComponent () |
Required method for Designer support - do not modify the contents of this method with the code editor. More... | |
Private Attributes | |
System.ComponentModel.IContainer | components = null |
Required designer variable. More... | |
System.Windows.Forms.Label | lblHorizontal |
System.Windows.Forms.RadioButton | rbHorizontalRight |
System.Windows.Forms.RadioButton | rbHorizontalCentered |
System.Windows.Forms.RadioButton | rbHorizontalLeft |
System.Windows.Forms.RadioButton | rbHorizontalNone |
System.Windows.Forms.Label | lblVertical |
System.Windows.Forms.RadioButton | rbVerticalBottom |
System.Windows.Forms.RadioButton | rbVerticalMiddle |
System.Windows.Forms.RadioButton | rbVerticalTop |
System.Windows.Forms.RadioButton | rbVerticalNone |
System.Windows.Forms.GroupBox | pnlOuter |
System.Windows.Forms.Panel | pnlHorizontal |
System.Windows.Forms.Panel | pnlVertical |
Control for setting horizontal and vertical alignment of items.
$A Igor Oct09;
|
inline |
|
inlineprotected |
Triggers the ValueChanged event.
|
inlineprivate |
Common things for event handlers executing when any of the radio buttons changes checked status.
sender | |
e |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprotected |
Clean up any resources being used.
disposing | true if managed resources should be disposed; otherwise, false. |
|
inlineprivate |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
private |
Required designer variable.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
getset |
Text displayed in the title label of the control.
|
getset |
EventHandler IG.Forms.AlignmentControl.ValueChanged |
Event that occurs when the value of alignment changes.