Share via


VSDRAWITEMSTRUCT.CtlType Field

Definition

Represents the control type.

public: System::UInt32 CtlType;
public: unsigned int CtlType;
unsigned int CtlType;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.UINT")]
public uint CtlType;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.UINT")>]
val mutable CtlType : uint32
Public CtlType As UInteger 

Field Value

Attributes

Remarks

Some control types do not set the value of CtlType.

Applies to