VSSWATCHRENDER Structure

 

Holds information necessary to render a swatch control.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[ComConversionLossAttribute]
public struct VSSWATCHRENDER

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfieldgrfFlags

Control state. Values are taken from the __VSSWATCHRENDERFLAGS enumeration.

System_CAPS_pubfieldhdc

HDC to render image into.

System_CAPS_pubfieldnAltitude

Button face altitude; -1 = lowered, 0 = normal, 1 = raised.

System_CAPS_pubfieldprc

Bounding rectangle for image.

System_CAPS_pubfieldx

Column coordinate of cell to render.

System_CAPS_pubfieldy

Row coordinate of cell to render.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: