The icon to show on the CommandLink.

Namespace: System.Extensions.Windows.Forms
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public enum CommandLinkIconStyle
Visual Basic
Public Enumeration CommandLinkIconStyle
Visual C++
public enum class CommandLinkIconStyle
F#
type CommandLinkIconStyle

Members

Member nameValueDescription
Standard0 Shows the standard icon of the selection arrow.
Shield1 Shows the shield icon prevalent with UAC on Vista.

See Also