Share via


RibbonEventAttribute.Callback Property (2007 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Tools.Ribbon
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property Callback As String
'Usage
Dim instance As RibbonEventAttribute 
Dim value As String 

value = instance.Callback
public string Callback { get; }
public:
property String^ Callback {
    String^ get ();
}
public function get Callback () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

RibbonEventAttribute Class

RibbonEventAttribute Members

Microsoft.Office.Tools.Ribbon Namespace