Reflection
CursorBlink Property


Gets or sets whether the cursor blinks or not.
Syntax
'Declaration
 
Property CursorBlink As Boolean
'Usage
 
Dim instance As IThemeCursor
Dim value As Boolean
 
instance.CursorBlink = value
 
value = instance.CursorBlink
bool CursorBlink {get; set;}
See Also