| Visual Basic (Declaration) | |
|---|---|
Public Class CommandLink Inherits CommandItem Implements IMouseEventProcessor | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public class CommandLink : CommandItem, IMouseEventProcessor | |
| Delphi | |
|---|---|
public class CommandLink = class(CommandItem, IMouseEventProcessor) | |
| JScript | |
|---|---|
public class CommandLink extends CommandItem implements IMouseEventProcessor | |
| Managed Extensions for C++ | |
|---|---|
public __gc class CommandLink : public CommandItem, IMouseEventProcessor | |
| C++/CLI | |
|---|---|
public ref class CommandLink : public CommandItem, IMouseEventProcessor | |
CommandLink is a replacement for the standard WinForm
The background and Text colour of the CommandLink change depending on its state. The following colours can be specified for a CommandLink: ForeColor, BackColor, HotTrackForeColor, HotTrackBackColor, PressedForeColor, PressedBackColor, CheckedForeColor and CheckedBackColor. If Animate is true then the colour transitions occur using a fade affect. If Animate is false then the colour transitions are abrupt.
A
A CommandLink can automatically toggle its Checked property if CheckOnClick is set true.
A CommandLink automatically resize or adjusts its height depending on the Text and Image. Set AutomaticSize true for the CommandLink to automatically adjust its
ICreate.Controls.Bars.CommandItem
ICreate.Controls.Bars.CommandLink
Requirements
Namespace: ICreate.Controls.Bars
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: ICreate.Controls.Bars (in ICreate.Controls.Bars.dll)