TS_AS_*-Konstanten
- Artikel
-
-
Die folgenden Flags geben die Ereignisse an, die die AdviseSink-Methoden aufrufen.
Konstante/Wert |
BESCHREIBUNG |
-
TS_AS_TEXT_CHANGE
- ( 0x1 )
|
Text wird im Dokument geändert.
|
-
TS_AS_SEL_CHANGE
- ( 0x2 )
|
Text ist im Dokument ausgewählt.
|
-
TS_AS_LAYOUT_CHANGE
- ( 0x4 )
|
Das Layout des Dokuments wird geändert.
|
-
TS_AS_ATTR_CHANGE
- ( 0x8 )
|
Die Attribute des Dokuments werden geändert.
|
-
TS_AS_STATUS_CHANGE
- ( 0x10 )
|
Die status des Dokuments wird geändert.
|
-
TS_AS_ALL_SINKS
- ( TS_AS_TEXT_CHANGE | TS_AS_SEL_CHANGE | TS_AS_LAYOUT_CHANGE | TS_AS_ATTR_CHANGE | TS_AS_STATUS_CHANGE )
|
Eines der vorherigen vier Ereignisse im Dokument.
|
Anforderungen
Anforderung |
Wert |
Unterstützte Mindestversion (Client)
|
Windows 2000 Professional [nur Desktop-Apps]
|
Unterstützte Mindestversion (Server)
|
Windows 2000 Server [nur Desktop-Apps]
|
Verteilbare Komponente
|
TSF 1.0 unter Windows 2000 Professional
|
Header
|
- Textstor.h
|
IDL
|
- Textstor.idl
|