MonobjcMonobjc Documented Class Library
ComputedStyleForElementPseudoElement Method (element, pseudoElement)
NamespacesMonobjc.WebKitWebViewComputedStyleForElementPseudoElement(IntPtr, NSString)

Returns the computed style of an element and its pseudo element.

Original signature is '- (DOMCSSStyleDeclaration *)computedStyleForElement:(DOMElement *)element pseudoElement:(NSString *)pseudoElement'

Available in Mac OS X v10.3.9 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual IntPtr ComputedStyleForElementPseudoElement(
	IntPtr element,
	NSString pseudoElement
)
Public Overridable Function ComputedStyleForElementPseudoElement ( _
	element As IntPtr, _
	pseudoElement As NSString _
) As IntPtr
public:
virtual IntPtr ComputedStyleForElementPseudoElement(
	IntPtr element, 
	NSString^ pseudoElement
)
Parameters
element (IntPtr)
The element whose computed style is returned.
pseudoElement (NSString)
The pseudo element for element.
Return Value
An immutable object describing the computed style of element and pseudoElement according to the Cascading Style Sheets Specification at http://www.w3.org/TR/CSS21. Returns nil if the receiver doesn’t display element.
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)