Share via


IToolboxExample.DisplayName Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

The localizable display name in the toolbox.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
ReadOnly Property DisplayName As String
    Get
string DisplayName { get; }
property String^ DisplayName {
    String^ get ();
}
abstract DisplayName : string
function get DisplayName () : String

Property Value

Type: System.String
The localizable display name in the toolbox.

Remarks

If the display name is empty, it replaces the default Type asset.

.NET Framework Security

See Also

Reference

IToolboxExample Interface

Microsoft.Windows.Design Namespace

IToolboxExampleFactory

ToolboxExampleAttribute