CommandBarPopup.OnAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets the name of a procedure that will run when the user clicks or changes the value of a command bar control.
public:
property System::String ^ OnAction { System::String ^ get(); void set(System::String ^ value); };
public string OnAction { get; set; }
member this.OnAction : string with get, set
Public Property OnAction As String
Property Value
Implements
Remarks
The container application determines whether the value is a valid macro name.
Notes to callers