WillNotCacheDrawing Method (DetailProviderRowHeaderCell)
In This Topic
Syntax
'Declaration
<Android.Runtime.RegisterAttribute("willNotCacheDrawing",
"()Z",
"GetWillNotCacheDrawingHandler")>
Public Overridable Function WillNotCacheDrawing() As Boolean
'Usage
Dim instance As DetailProviderRowHeaderCell
Dim value As Boolean
value = instance.WillNotCacheDrawing()
[Android.Runtime.Register("willNotCacheDrawing",
"()Z",
"GetWillNotCacheDrawingHandler")]
public virtual bool WillNotCacheDrawing()
See Also