TsLayoutCode enumeration (textstor.h)
Elements of the TsLayoutCode enumeration are used to specify the type of layout change in an ITextStoreACPSink::OnLayoutChange or ITextStoreAnchorSink::OnLayoutChange notification.
Syntax
typedef enum __MIDL___MIDL_itf_textstor_0000_0000_0002 {
TS_LC_CREATE = 0,
TS_LC_CHANGE = 1,
TS_LC_DESTROY = 2
} TsLayoutCode;
Constants
TS_LC_CREATE Value: 0 The view has just been created. |
TS_LC_CHANGE Value: 1 The view layout has changed. |
TS_LC_DESTROY Value: 2 The view is about to be destroyed. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
Header | textstor.h |
Redistributable | TSF 1.0 on Windows 2000 Professional |