Property | Type | Description | |
---|---|---|---|
ButtonMaximumClick | void | ||
InitializeComponent | void | ||
ListBoxObjectsSelectedIndexChanged | void | ||
PictureBoxHeaderDoubleClick | void | ||
PictureBoxHeaderResize | void |
Method | Description | |
---|---|---|
BeginUpdate ( ) : void |
Maintains performance while items are added to the control's listbox one at a time by preventing painting until EndUpdate() is called.
|
|
DatabaseObjectListBox ( ) : System |
Default constructor
|
|
EndUpdate ( ) : void |
Resumes painting of the control's listbox after painting is suspended from calling BeginUpdate().
|
|
GetItemRectangle ( int index ) : |
Returns the bounding rectangle for an item in the control's listbox
|
|
PopulateList ( List |
Clears and populates the listbox on the control with the given collection of objects
|
|
RefreshHeader ( ) : void |
Forces a repainting of the header. Called after settings have changed.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
ButtonMaximumClick ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
ListBoxObjectsSelectedIndexChanged ( object sender, |
||
PictureBoxHeaderDoubleClick ( object sender, EventArgs e ) : void | ||
PictureBoxHeaderResize ( object sender, EventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public GetItemRectangle ( int index ) : |
||
index | int | Index of the item in the listbox to get the rectangle for |
return |
public PopulateList ( List |
||
objectList | List |
Collection of items |
return | void |