C# Class UiaAtkBridge.HyperlinkObject

Inheritance: Atk.Hyperlink
Mostrar archivo Open project: mono/uia2atk

Public Methods

Method Description
HyperlinkObject ( Hyperlink resource, int index ) : System

Protected Methods

Method Description
OnGetEndIndex ( ) : int
OnGetNAnchors ( ) : int
OnGetObject ( int i ) : Atk.Object
OnGetStartIndex ( ) : int
OnGetUri ( int i ) : string

Method Details

HyperlinkObject() public method

public HyperlinkObject ( Hyperlink resource, int index ) : System
resource Hyperlink
index int
return System

OnGetEndIndex() protected method

protected OnGetEndIndex ( ) : int
return int

OnGetNAnchors() protected method

protected OnGetNAnchors ( ) : int
return int

OnGetObject() protected method

protected OnGetObject ( int i ) : Atk.Object
i int
return Atk.Object

OnGetStartIndex() protected method

protected OnGetStartIndex ( ) : int
return int

OnGetUri() protected method

protected OnGetUri ( int i ) : string
i int
return string