Draws a value on the device context.
[Visual Basic .NET] Public Sub DrawValue ( _ ByVal Value As Object, _ ByRef rect As tagRECT, _ ByVal hDC As Integer, _ ByVal readOnly As Boolean _ )
[C#] public void DrawValue ( object Value, ref tagRECT rect, ref int hDC, ref bool readOnly );
[C++]
HRESULT DrawValue(
VARIANT Value,
tagRECT* rect,
OLE_HANDLE hDC,
VARIANT_BOOL readOnly
);
[C++]Parameters
Value [in] Value is a parameter of type VARIANT rect [in]rect is a parameter of type tagRECT
hDC [in]hDC is a parameter of type OLE_HANDLE
readOnly [in] readOnly is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.