Property | Type | Description | |
---|---|---|---|
BrandedImage | PictureBox | ||
NeedsRedraw | bool |
Method | Description | |
---|---|---|
AutoGrid ( ) : void | ||
ISpyControlDown ( Point p ) : void | ||
ISpyControlUp ( Point p ) : void | ||
LayoutControlsInGrid ( ) : void | ||
LayoutObjects ( int w, int h ) : void | ||
LayoutOptimised ( ) : void | ||
LayoutPanel ( ) : System | ||
Maximise ( object obj ) : void | ||
Maximise ( object obj, bool minimiseIfMaximised ) : void | ||
Minimize ( object obj, bool tocontents ) : void | ||
PositionPanel ( PictureBox p, Point xy, int w, int h ) : void | ||
ResetLayout ( ) : void | ||
SaveLayout ( ) : void |
Method | Description | |
---|---|---|
OnPaint ( PaintEventArgs pe ) : void | ||
OnScroll ( |
Method | Description | |
---|---|---|
ClearHighlights ( ) : void | ||
GetRowsCols ( int controls, double width, double height, int &rows, int &cols ) : void | ||
GetiSpyControl ( Point p ) : ISpyControl | ||
InitializeComponent ( ) : void | ||
LayoutPanel_SizeChanged ( object sender, |
public Maximise ( object obj, bool minimiseIfMaximised ) : void | ||
obj | object | |
minimiseIfMaximised | bool | |
return | void |
public Minimize ( object obj, bool tocontents ) : void | ||
obj | object | |
tocontents | bool | |
return | void |
protected OnPaint ( PaintEventArgs pe ) : void | ||
pe | PaintEventArgs | |
return | void |
protected OnScroll ( |
||
se | ||
return | void |
public PositionPanel ( PictureBox p, Point xy, int w, int h ) : void | ||
p | PictureBox | |
xy | Point | |
w | int | |
h | int | |
return | void |