메소드 | 설명 | |
---|---|---|
HeaderInfo ( ) : System |
The default constructor.
|
|
HeaderInfo ( string p_strTitle, Color p_clrColour, TextPosition p_tpsTitlePosition, string p_strImagePath, bool p_booShowImage, bool p_booShowFade, |
A simple constructor that initializes the object with the given values.
|
public HeaderInfo ( string p_strTitle, Color p_clrColour, TextPosition p_tpsTitlePosition, string p_strImagePath, bool p_booShowImage, bool p_booShowFade, |
||
p_strTitle | string | The title of the form. |
p_clrColour | Color | The colour of the title of the form. |
p_tpsTitlePosition | TextPosition | The position of the title in the header. |
p_strImagePath | string | The path to the image to display in the header. |
p_booShowImage | bool | Whether or not to display the image in the header. |
p_booShowFade | bool | Whether or not to display the fade effect in the header. |
p_intHeight | The desired height of the header. | |
리턴 | System |