[Android.Runtime.Register("setWillNotCacheDrawing", "(Z)V", "GetSetWillNotCacheDrawing_ZHandler")] public virtual void SetWillNotCacheDrawing( bool willNotCacheDrawing )
'Declaration
<Android.Runtime.RegisterAttribute("setWillNotCacheDrawing", "(Z)V", "GetSetWillNotCacheDrawing_ZHandler")> Public Overridable Sub SetWillNotCacheDrawing( _ ByVal willNotCacheDrawing As Boolean _ )
'Usage
Dim instance As C1ComboBox Dim willNotCacheDrawing As Boolean instance.SetWillNotCacheDrawing(willNotCacheDrawing)
Parameters
- willNotCacheDrawing