Property | Type | Description | |
---|---|---|---|
Current | AbstractDialog |
Property | Type | Description | |
---|---|---|---|
ParentCallback | Action | ||
_panel | Panel | ||
title | Label |
Method | Description | |
---|---|---|
Hide ( ) : void | ||
ResizeElement ( ) : void | ||
Show ( ) : void |
Method | Description | |
---|---|---|
AbstractDialog ( String title, System.Action parentCallback ) : System | ||
InitializeComponent ( ) : void | ||
OnBackColorChanged ( EventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void | ||
OnParentBackColorChanged ( EventArgs e ) : void | ||
appendControl ( Control c ) : void | ||
build ( ) : void |
protected AbstractDialog ( String title, System.Action parentCallback ) : System | ||
title | String | |
parentCallback | System.Action | |
return | System |
protected OnBackColorChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnParentBackColorChanged ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |