Gets or sets the icon to show on the CommandLink.
Namespace: System.Extensions.Windows.FormsAssembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)
Syntax
C# |
---|
public CommandLinkIconStyle Style { get; set; } |
Visual Basic |
---|
Public Property Style As CommandLinkIconStyle Get Set |
Visual C++ |
---|
public: property CommandLinkIconStyle Style { CommandLinkIconStyle get (); void set (CommandLinkIconStyle value); } |
F# |
---|
member Style : CommandLinkIconStyle with get, set |