MonobjcMonobjc Documented Class Library
SetAlternateButtonTitle Method (title)
NamespacesMonobjc.SecurityInterfaceSFCertificatePanelSetAlternateButtonTitle(NSString)

Customizes the title of the alternate button.

Original signature is '- (void)setAlternateButtonTitle:(NSString *)title'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetAlternateButtonTitle(
	NSString title
)
Public Overridable Sub SetAlternateButtonTitle ( _
	title As NSString _
)
public:
virtual void SetAlternateButtonTitle(
	NSString^ title
)
Parameters
title (NSString)
The new title for the alternate button. If this method is not called, or if title is set to nil, the button is not shown.
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)