Share via


RibbonDialogLauncher.Enabled Property (2007 System)

Gets or sets a value that indicates whether this RibbonDialogLauncher is enabled.

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

Syntax

'Declaration
Public Property Enabled As Boolean
'Usage
Dim instance As RibbonDialogLauncher 
Dim value As Boolean 

value = instance.Enabled

instance.Enabled = value
public bool Enabled { get; set; }
public:
property bool Enabled {
    bool get ();
    void set (bool value);
}
public function get Enabled () : boolean 
public function set Enabled (value : boolean)

Property Value

Type: System.Boolean
true if the RibbonDialogLauncher is enabled; otherwise, false. The default is true.

.NET Framework Security

See Also

Reference

RibbonDialogLauncher Class

RibbonDialogLauncher Members

Microsoft.Office.Tools.Ribbon Namespace

Other Resources

Ribbon Object Model Overview