Formats the URL for the verb icon.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static string GetVerbIconUrl(
	VerbType verb
)
Visual Basic
Public Shared Function GetVerbIconUrl ( 
	verb As VerbType
) As String
Visual C++
public:
static String^ GetVerbIconUrl(
	VerbType verb
)
F#
static member GetVerbIconUrl : 
        verb : VerbType -> string 

Parameters

verb
Type: MonoSoftware.MonoX.Utilities..::..VerbType
Icon name.

Return Value

Type: String
Formatted URL for the verb icon.

See Also