CANDIDATEFORM.dwStyle Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Position style.
public: System::UInt32 dwStyle;
public: unsigned int dwStyle;
unsigned int dwStyle;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")]
public uint dwStyle;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.DWORD")>]
val mutable dwStyle : uint32
Public dwStyle As UInteger
Field Value
- Attributes
Remarks
The following table shows possible values for dwStyle
.
Value | Description |
---|---|
CFS_CANDIDATEPOS | Displays the upper-left corner of the candidate list window at the position given by ptCurrentPos . The coordinates are relative to the upper-left corner of the window that contains the list window, and are subject to adjustment by the system. |
CFS_EXCLUDE | Excludes the candidate window from the area specified by rcArea . The ptCurrentPos member specifies the coordinates of the current point of interest, typically the caret position. |