Udostępnij za pośrednictwem


ToolGesture.ToString Method

Returns a string that describes the gesture for diagnostic purposes.

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

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As ToolGesture 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
public override function ToString() : String

Return Value

Type: System.String
A diagnostic string that describes the gesture.

.NET Framework Security

See Also

Reference

ToolGesture Class

ToolGesture Members

Microsoft.Windows.Design.Interaction Namespace

Other Resources

Understanding WPF Designer Extensibility