MonobjcMonobjc Documented Class Library
Caption Property
NamespacesMonobjc.WebKit.DOMDOMHTMLTableElementCaption

Original signature is '@property (nonatomic,retain) DOMHTMLTableCaptionElement * caption;'

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