MonobjcMonobjc Documented Class Library
HelpAnchor Property
NamespacesMonobjc.SecurityInterfaceSFCertificatePanelHelpAnchor

Returns the current help anchor string for the sheet or panel.

Original signature is '- (NSString *)helpAnchor'

Available in 4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString HelpAnchor { get; set; }
Public Overridable Property HelpAnchor As NSString
	Get
	Set
public:
virtual property NSString^ HelpAnchor {
	NSString^ get ();
	void set (NSString^ 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.SecurityInterface (Module: Monobjc.SecurityInterface)