Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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_CREATEValue: 0 The view has just been created.  | 
TS_LC_CHANGEValue: 1 The view layout has changed.  | 
TS_LC_DESTROYValue: 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 |