C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1TextField Class / KeyCommands Property


In This Topic
KeyCommands Property (C1TextField)
In This Topic
Syntax
'Declaration
 
Public Overrides ReadOnly Property KeyCommands As UIKit.UIKeyCommand()
 
'Usage
 
Dim instance As C1TextField
Dim value() As UIKit.UIKeyCommand
 
value = instance.KeyCommands
See Also