次の方法で共有


NSApplicationPresentationOptions 列挙型

定義

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[System.Flags]
public enum NSApplicationPresentationOptions
type NSApplicationPresentationOptions = 
継承
NSApplicationPresentationOptions
属性

フィールド

AutoHideDock 1
AutoHideMenuBar 4
AutoHideToolbar 2048
Default 0
DisableAppleMenu 16
DisableForceQuit 64
DisableHideApplication 256
DisableMenuBarTransparency 512
DisableProcessSwitching 32
DisableSessionTermination 128
FullScreen 1024
HideDock 2
HideMenuBar 8

適用対象