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