MetadataColSettings.okButton Field
This member is reserved for internal use and is not intended to be used directly from your code. Represents the OK button on the Metadata Column Settings page.
Namespace: Microsoft.SharePoint.Taxonomy.OM.CodeBehind
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Protected okButton As Button
'Usage
Dim value As Button
value = Me.okButton
Me.okButton = value
protected Button okButton