Overload List
Initializes a new instance of the class without text or a value.
[Visual Basic] Public Function New()
[Delphi] public constructor Create(); overload;
Initializes a new instance of the class using the specified text.
[Visual Basic] Public Function New(String)
[C#] public C1WebLinkItem(string);
[Delphi] public constructor Create(String); overload;
Initializes a new instance of the class using the specified text and navigation URL.
[Visual Basic] Public Function New(String, String)
[C#] public C1WebLinkItem(string, string);
[Delphi] public constructor Create(String; String); overload;
Initializes a new instance of the class using the specified text, navigation URL and image URL.
[Visual Basic] Public Function New(String, String, String)
[C#] public C1WebLinkItem(string, string, string);
[Delphi] public constructor Create(String; String; String); overload;
Initializes a new instance of the class using the specified text, navigation URL and image URLs.
[Visual Basic] Public Function New(String, String, String, String, String, String, String)
[C#] public C1WebLinkItem(string, string, string, string, string, string, string);
[Delphi] public constructor Create(String; String; String; String; String; String; String); overload;
See Also
C1WebLinkItem Class | C1WebLinkItem Members | C1.Web.Command Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |