函式名: textbackground
功 能: 選擇新的文本背景顏色
用 法: void textbackground(int color);
頭檔案: 包含在conio.h頭檔案中,但是在vc的conio.h中找不到這個函式,TC中有;
基本介紹
- 中文名:textbackground
- 外文名:textbackground
- 功 能:選擇新的文本背景顏色
- 用 法:void textbackground(int color
函式名: textbackground
功 能: 選擇新的文本背景顏色
用 法: void textbackground(int color);
頭檔案: 包含在conio.h頭檔案中,但是在vc的conio.h中找不到這個函式,TC中有;
函式名: textbackground功 能: 選擇新的文本背景顏色用 法: void textbackground(int color);頭檔案: 包含在conio.h頭檔案中,但是在vc的conio.h中找不到這個...
textbackground(WHITE);cprintf("This is a test\r\n");return 0;} 如果文檔包含框架(frame 或 iframe 標籤),瀏覽器會為HTML 文檔創建一個 window 對象,並...
textbackground(soor) p 設定正文背景顏色textcolor(color) p 設定正文前景顏色textmode p 選擇特定的文本顯示模式wherex/y f 返回當前游標位置的坐標值window(x1...
4.23 textbackground()——文本背景色選擇函式 4.24 textcolor()——文本字元顏色選擇函式 4.25 textmode()——文本模式設定函式 4.26 ungetch()——把字元...
(intnewattr); void_Cdecltextbackground(intnewcolor); void_Cdecltextcolor(intnewcolor); void_Cdecltextmode(intnewmode); int_Cdeclwherex(void); int_...
TextBackground屬性:返回或設定ListItem對象的背景是透明的還是不透明的。語法:Object.TextBackground [ = Integer]ToolTipText屬性:返回或設定一個工具提示。...
TextBackground屬性,Arrange屬性(ListView控制項),ColumnHeaders屬性(ListView控制項),HideColumnHeaders屬性(ListView控制項),Icons,SmallIcons屬性,ListItems屬性(ListView控制項),...
4.23 textbackground——文本背景色選擇函式 4.24 textcolor——文本字元顏色選擇函式 4.25 textmode——文本模式設定函式 4.26 ungetch——把字元退回鍵盤...
textbackground(i);clrscr();}textcolor(RED);clrscr();cprintf(ch);cputs(ch);putch(3);getch();return 0;}圖集 putch圖冊 V百科往期回顧 詞條統計 ...
procedure textcolor(color:byte); 設定正文前景顏色 procedure textbackground(color:byte); 設定正文背景顏色 procedure lowvideo; 選擇低亮度顯示字元 procedure high...
#include<stdio.h> #include<conio.h> intmain(void) { clrscr();/*清屏函式*/ textbackground(2);/*文本的背景色*/ gotoxy(1,5);/*定位函式*/ c...