macOS/iOS API解説

iOS , Mac アプリケーション開発のために使われる主要フレームワークの日本語情報です。2010年代に書かれた内容です。今後更新はありません。

目次

setAllowsDocumentBackgroundColorChange:

ドキュメントバックグラウンドカラーの変更を適用するかをセットします
-(void)setAllowsDocumentBackgroundColorChange:(BOOL)flag:

解説

ドキュメントバックグラウンドカラーの変更を適用するかをセットします。

返り値

( void )

なし

引数

( BOOL )flag

適用するか

フレームワーク

ApplicationKit

クラス

NSTextView

Instance Methods

使用可能

10.3

参照

-allowsDocumentBackgroundColorChange
-changeDocumentBackgroundColor:

例文

[myOutlet setAllowsDocumentBackgroundColorChange:NO];