MonobjcMonobjc Documented Class Library
InformativeText Property
NamespacesMonobjc.AppKitNSAlertInformativeText

Returns the receiver’s informative text.

Original signature is '- (NSString *)informativeText'

Available in Mac OS X v10.3 and later.

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