Click or drag to resize

OLEMISC Enumeration

Defines miscellaneous OLE object status flags.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
[FlagsAttribute]
public enum OLEMISC
Members
Member nameValueDescription
OLEMISC_RECOMPOSEONRESIZE1Recompose on resize.
OLEMISC_ONLYICONIC2Only iconic.
OLEMISC_INSERTNOTREPLACE4Insert, not replace.
OLEMISC_STATIC8Static object.
OLEMISC_CANTLINKINSIDE16Cannot link inside.
OLEMISC_CANLINKBYOLE132Can link by OLE 1.
OLEMISC_ISLINKOBJECT64Is a link object.
OLEMISC_INSIDEOUT128Supports inside-out activation.
OLEMISC_ACTIVATEWHENVISIBLE256Activates when visible.
OLEMISC_RENDERINGISDEVICEINDEPENDENT512Rendering is device-independent.
OLEMISC_INVISIBLEATRUNTIME1,024Invisible at runtime.
OLEMISC_ALWAYSRUN2,048Always run.
OLEMISC_ACTSLIKEBUTTON4,096Acts like a button.
OLEMISC_ACTSLIKELABEL8,192Acts like a label.
OLEMISC_NOUIACTIVATE16,384No UI activation.
OLEMISC_ALIGNABLE32,768Alignable.
OLEMISC_SIMPLEFRAME65,536Simple frame.
OLEMISC_SETCLIENTSITEFIRST131,072Set client site first.
OLEMISC_IMEMODE262,144IME mode supported.
OLEMISC_IGNOREACTIVATEWHENVISIBLE524,288Ignores activate-when-visible.
OLEMISC_WANTSTOMENUMERGE1,048,576Wants to merge menus.
OLEMISC_SUPPORTSMULTILEVELUNDO2,097,152Supports multilevel undo.

The OLEMISC type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also