我們可以通過兩種方式獲取不同的標題欄物件,不同物件操作側重點不同。
我們自定義標題欄時這兩個物件都會用到。
隱藏標題欄:將應用介面擴充套件至 titlebar 區域
修改標題欄顏色:
// active
view.titlebar.backgroundcolor = color.fromargb(255, 8, 87, 180);
view.titlebar.foregroundcolor = colors.white;
// inactive
view.titlebar.inactivebackgroundcolor = color.fromargb(255, 8, 87, 180);
view.titlebar.inactiveforegroundcolor = colors.black;
// button
view.titlebar.buttonbackgroundcolor = color.fromargb(255, 8, 87, 180);
view.titlebar.buttonforegroundcolor = colors.white;
view.titlebar.buttonhoverbackgroundcolor = colors.blue;
view.titlebar.buttonhoverforegroundcolor = colors.white;
view.titlebar.buttonpressedbackgroundcolor = colors.blue;
view.titlebar.buttonpressedforegroundcolor = colors.white;
view.titlebar.buttoninactivebackgroundcolor = colors.darkgray;
view.titlebar.buttoninactiveforegroundcolor = colors.gray;
Android標題欄各種設定
1 隱藏標題欄 requestwindowfeature window.feature no title 2 在標題欄顯示進度條 requestwindowfeature window.feature progress setcontentview r.layout.progressbar 1 se...
(標題欄實戰)浮動標題欄與錨
常用選擇器 class intro 選擇class intro 的所有元素。1 id firstname 選擇id firstname 的所有元素。1 選擇所有元素。2element p選擇所有 元素。1 element element div,p 選擇所有 元素和所有 元素。1 element e...
閃動標題欄
閃動標題欄 閃動乙個視窗的標題欄意味著改變它的標題欄的外觀,例如它從活動變為不活動,或是從不活動變為活動等等。只要你能在delphi 或者 c builder 中得到視窗的控制代碼,你就可以使用windows 應用程式程式設計介面 api 函式來使該視窗的標題欄進行閃動。函式flashwindows...