MonobjcMonobjc Documented Class Library
SetAutoupdate Method (autoupdate)
NamespacesMonobjc.SecurityInterfaceSFAuthorizationViewSetAutoupdate(Boolean)

Sets the authorization view to update itself automatically.

Original signature is '- (void)setAutoupdate:(BOOL)autoupdate'

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetAutoupdate(
	bool autoupdate
)
Public Overridable Sub SetAutoupdate ( _
	autoupdate As Boolean _
)
public:
virtual void SetAutoupdate(
	bool autoupdate
)
Parameters
autoupdate (Boolean)
Specifies whether the authorization view should update itself automatically. Set to YES to enable autoupdates.
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.SecurityInterface (Module: Monobjc.SecurityInterface)