nsstatusitem *statusitem;
}@property (assign) iboutlet nswindow *window;
- (ibaction)quit:(id)sender;
- (ibaction)test:(id)sender;
@end
@synthesize window;
- (void)dealloc
- (void)initstatusmenu
- (ibaction)quit:(id)sender
- (ibaction)test:(id)sender
@end
需要注意的是要在工程的plist檔案中加乙個新的屬性:
你還可以通過setimage: 和 setalternateimage: 來設定statusbar的圖示。
最後,編譯執行,會在頂部的狀態列看到你的status bar。
Android獲取StatusBar高度的原理
獲取statusbar工具類 常見的獲取狀態列高度的工具類如下 public static int getstatusbarheightcompat context context if result 0 return result 這裡的status bar height是 來的呢?statusb...
如何使用StatusBar控制項
我們來看下 定義 public class statusbar system.windows.forms.control system.windows.forms 的成員 摘要 表示 windows 狀態列控制項。從工具欄中拽乙個statusbar 控制項在它的屬性中 panels 中 新增3項 並...
MFC控制項篇之StatusBar
status bar 狀態條用於顯示一些提示字元。mfc中使用cstatusbar類來封裝狀態條控制項的各種操作。通過呼叫 bool create cwnd pparentwnd,dword dwstyle ws child ws visible cbrs bottom,uint nid afx i...