MonobjcMonobjc Documented Class Library
DisableActions Property
NamespacesMonobjc.QuartzCoreCATransactionDisableActions

Returns whether actions triggered as a result of property changes made within this transaction group are suppressed.

Original signature is '+ (BOOL)disableActions'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static bool DisableActions { get; set; }
Public Shared Property DisableActions As Boolean
	Get
	Set
public:
static property bool DisableActions {
	bool get ();
	void set (bool value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)