CANDIDATEFORM::dwStyle Field
Visual Studio 2015
Position style.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
public: [ComAliasNameAttribute("Microsoft.VisualStudio.OLE.Interop.DWORD")] unsigned int dwStyle
Field Value
Type: System::UInt32The 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. |
Show: