|
|
|
IElementSegment Interface |
|
IID_IElementSegment |
{3050F68F-98B5-11CF-BB82-00AA00BDCE0B} |
|
This interface provides methods that control a fragment of HTML markup in the current editable selection that consists of a single element.
|
|
Methods in VTable order |
|
|
IUnknown Methods |
Description |
|
QueryInterface |
Returns pointers to supported interfaces. |
|
AddRef |
Increments reference count. |
|
Release |
Decrements reference count. |
|
IElementSegment Methods |
Description |
|
GetElement |
Retrieves the element to which this segment refers. |
|
SetPrimary |
Sets or unsets this control element as the primary element in a control selection. |
|
IsPrimary |
Determines whether the control element represented by this segment is the primary element of a multi-element selection. |
|
GetElement |
|
FUNCTION
IElementSegment_GetElement ( _ |
|
SetPrimary |
|
FUNCTION
IElementSegment_SetPrimary ( _ |
|
IsPrimary |
|
FUNCTION
IElementSegment_IsPrimary ( _ |
Page last updated on Monday, 03 April 2006 19:51:39 +0200