CommandBarComboBoxClass.OnAction Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Property OnAction As String
Get
Set
'Usage
Dim instance As CommandBarComboBoxClass
Dim value As String
value = instance.OnAction
instance.OnAction = value
public virtual string OnAction { get; set; }
Property Value
Type: System.String