Method | Description | |
---|---|---|
GetMapLabel ( int id ) : string | ||
Populate ( |
Clears and fills the control with the given data. Painting is suspended until after items have been added |
|
Populate ( |
Clears and fills the control with the given data. Painting is suspended until after items have been added |
|
RenderHeaderImage ( |
|
|
RenderHeaderImage ( |
|
public static GetMapLabel ( int id ) : string | ||
id | int | |
return | string |
public static Populate ( |
||
ctrl | Combobox control to fill | |
data | IList |
List of data |
none | bool | Flag to fill the first position with "None" |
return | void |
public static Populate ( |
||
ctrl | Listbox control to fill | |
data | IList |
List of data |
none | bool | Flag to fill the first position with "None" |
return | void |
public static RenderHeaderImage ( |
||
picBox | ||
text | string | |
return | void |
public static RenderHeaderImage ( |
||
picBox | ||
text | string | |
font | ||
textBrush | ||
gradient1 | Color | |
gradient2 | Color | |
return | void |