VSDRAWITEMSTRUCT.rcItem 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.
A rectangle that defines the boundaries of the control to be drawn. This rectangle is in the device context specified by the hdc
member. The system automatically clips anything that the owner window draws in the device context buttons.
public: Microsoft::VisualStudio::OLE::Interop::RECT rcItem;
public: Microsoft::VisualStudio::OLE::Interop::RECT rcItem;
Microsoft::VisualStudio::OLE::Interop::RECT rcItem;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.RECT")]
public Microsoft.VisualStudio.OLE.Interop.RECT rcItem;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.RECT")>]
val mutable rcItem : Microsoft.VisualStudio.OLE.Interop.RECT
Public rcItem As RECT
Field Value
- Attributes