CANDIDATEFORM Structure
Visual Studio 2015
Contains position information for the candidate window.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | dwIndex | Candidate list identifier. dwIndex can be zero for the first list, 1 for the second, and so on. The maximum index is 31. |
![]() | dwStyle | Position style. |
![]() | ptCurrentPos | Coordinates of the upper-left corner of the candidate window or the caret position, depending on the value of dwStyle. |
![]() | rcArea | Coordinates of the upper-left and lower-right corners of the exclusion area. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

