MonobjcMonobjc Documented Class Library
SendMode Property
NamespacesMonobjc.ScriptingBridgeSBApplicationSendMode

Returns the mode for sending Apple events to the target application.

Original signature is '- (AESendMode)sendMode'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual AESendMode SendMode { get; set; }
Public Overridable Property SendMode As AESendMode
	Get
	Set
public:
virtual property AESendMode SendMode {
	AESendMode get ();
	void set (AESendMode value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.ScriptingBridge (Module: Monobjc.ScriptingBridge)